
admin._userSection.gsp Maven / Gradle / Ivy
Show all versions of mybusiness Show documentation
Users and Roles
Users are assigned roles that determine what privileges they have within the application.
Please do not forget the 'admin' user password.
Once a password is created, it is stored in the database encrypted.
The encrypted value is what is shown in the list and form fields.
The encrypted value cannot be used to login, only the original password.
If the password field is changed, then that password is re-encrypted.
A user with administrator role creates a new user on user create form.
An email is sent to user with a password and a link to the site.
User can then logon.
User can also choose "lost password" and will be emailed a link (that includes a token identifying them to the application) back to site reset password page.
User List
Role List
User Role List