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
I would like to have a way to create user nodes directly from the interface.
It would allow any administrator to add their users without having a deep understanding in password hash or user classes.
The interface could be an inline form at the end of user nodes.
It could have inputs for username, email, password (and a generate button) and a select for class
The text was updated successfully, but these errors were encountered:
The existing server side password creation procedures may be used (extension: user_setup.js, route: changePassword)
The admin could either: enter a password to be encrypted (as you suggest) or ask for a token that the user could use in order to create a password himself
I would like to have a way to create user nodes directly from the interface.
It would allow any administrator to add their users without having a deep understanding in password hash or user classes.
The interface could be an inline form at the end of user nodes.
It could have inputs for username, email, password (and a generate button) and a select for class
The text was updated successfully, but these errors were encountered: