diff options
author | John Livingston <38844060+JohnXLivingston@users.noreply.github.com> | 2020-02-17 10:16:52 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-17 10:16:52 +0100 |
commit | 45f1bd72a08998c60a9dd68ff069cea9de39161c (patch) | |
tree | 79e484bd7fd38fe97c84fdb00a164534f43941e9 /support | |
parent | c5621bd23bce038671cd81149a0aa5e238558b67 (diff) | |
download | PeerTube-45f1bd72a08998c60a9dd68ff069cea9de39161c.tar.gz PeerTube-45f1bd72a08998c60a9dd68ff069cea9de39161c.tar.zst PeerTube-45f1bd72a08998c60a9dd68ff069cea9de39161c.zip |
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
Diffstat (limited to 'support')
-rw-r--r-- | support/doc/api/openapi.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/support/doc/api/openapi.yaml b/support/doc/api/openapi.yaml index 180f65bcf..40f7e0cdd 100644 --- a/support/doc/api/openapi.yaml +++ b/support/doc/api/openapi.yaml | |||
@@ -2781,7 +2781,7 @@ components: | |||
2781 | description: 'The user username ' | 2781 | description: 'The user username ' |
2782 | password: | 2782 | password: |
2783 | type: string | 2783 | type: string |
2784 | description: 'The user password ' | 2784 | description: 'The user password. If the smtp server is configured, you can leave empty and an email will be sent ' |
2785 | email: | 2785 | email: |
2786 | type: string | 2786 | type: string |
2787 | description: 'The user email ' | 2787 | description: 'The user email ' |