2
0
mirror of https://github.com/inventree/inventree-docs.git synced 2025-04-28 13:46:54 +00:00

Inline comments

This commit is contained in:
Matthias Mair 2021-09-08 21:02:25 +02:00
parent 0880745078
commit ea2fa644f2

View File

@ -20,12 +20,8 @@ Change how logins, password-forgt, signups are handled.
| --- | --- | --- | --- |
| Enable registration | True/False | Enable self-registration for users on the login-pages | False |
| Enable SSO | True/False | Enable SSO on the login-pages | False |
| Enable password forgot | True/False | Enable password forgot function on the login-pages[^3] | True |
| E-Mail required | True/False | Require user to supply e-mail on signup[^1] | False |
| Enable password forgot | True/False | Enable password forgot function on the login-pages.<br><br>This will let users reset their passwords on their own. For this feature to work you need to configure E-mail | True |
| E-Mail required | True/False | Require user to supply e-mail on signup.<br><br>Without a way (e-mail) to contact the user notifications and security features might not work! | False |
| Mail twice | True/False | On signup ask users twice for their mail | False |
| Password twice | True/False | On signup ask users twice for their password | True |
| Auto-fill SSO users | True/False | Automatically fill out user-details from SSO account-data[^2] | True |
[^1]: Without a way (e-mail) to contact the user notifications and security features might not work!
[^2]: If this feature is enabled the user is only asked for their username, first- and surname if those values can not be gathered from their SSO profile. This might lead to unwanted usernames bleading over.
[^3]: This will let users reset their passwords on their own. For this feature to work you need to configure E-mail
| Auto-fill SSO users | True/False | Automatically fill out user-details from SSO account-data.<br><br>If this feature is enabled the user is only asked for their username, first- and surname if those values can not be gathered from their SSO profile. This might lead to unwanted usernames bleading over. | True |