You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When an administrators adds a user they have to add in a password, this isn't great for Raven-only users as they have to manually make one up. An option should be added to select whether the user should log in with Raven only or not (defaulted to true if the Raven override is enabled), which hides the password field if true.
The user_password() function should be used to generate a random one to avoid any potential security issues.
The text was updated successfully, but these errors were encountered:
thewilkybarkid
changed the title
Change user creation form to allow Raven-only users
[WIP] Change user creation form to allow Raven-only users
Apr 14, 2014
thewilkybarkid
changed the title
[WIP] Change user creation form to allow Raven-only users
Change user creation form to allow Raven-only users
Apr 15, 2014
When an administrators adds a user they have to add in a password, this isn't great for Raven-only users as they have to manually make one up. An option should be added to select whether the user should log in with Raven only or not (defaulted to true if the Raven override is enabled), which hides the password field if true.
The
user_password()
function should be used to generate a random one to avoid any potential security issues.The text was updated successfully, but these errors were encountered: