9e18c7f996
The NewSignup method was already being called with requireApproval=false, but it had emailVerified=false as well, which meant that it was required to use the `admin account confirm` command to verify the email before the newly-created user could log in. I think that was probably an oversight; effectively it did require approval anyway. Changing emailVerified to true allows you to just create the account and log in immediately, reducing the opportunity for manual error to sneak in. Also updated the docs to remove the mention of needing to confirm new accounts. However, I've left the confirmation command alone because I think once we have web signups, it will be needed in that context. |
||
---|---|---|
.. | ||
admin | ||
api | ||
assets | ||
configuration | ||
federation | ||
installation_guide | ||
user_guide | ||
environment.yml | ||
faq.md | ||
index.md | ||
requirements.txt | ||
swagger.go |