Creating a user with an empty password will send an email to let him set his password (#2479)
* Creating a user with an empty password will send an email to let him set his password * Consideration of Chocobozzz's comments * Tips for optional password * API documentation * Fix circular imports * Tests
This commit is contained in:
parent
c5621bd23b
commit
45f1bd72a0
14 changed files with 201 additions and 18 deletions
|
@ -2781,7 +2781,7 @@ components:
|
|||
description: 'The user username '
|
||||
password:
|
||||
type: string
|
||||
description: 'The user password '
|
||||
description: 'The user password. If the smtp server is configured, you can leave empty and an email will be sent '
|
||||
email:
|
||||
type: string
|
||||
description: 'The user email '
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue