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
The application shall be only accessible by authenticated users.
A user can have one or multiple roles assigned.
A role describes the access rights of the user.
The password of a user can be changed by the user itself.
An Administrator can change passwords of other users.
The password is stored with a state-of-the-art, salted hash function, and a user dependent salt.
Roles:
User
Supervisor
Administrator
For bootstrapping a default user shall be created on initial databes creation.
The text was updated successfully, but these errors were encountered:
The application shall be only accessible by authenticated users.
A user can have one or multiple roles assigned.
A role describes the access rights of the user.
The password of a user can be changed by the user itself.
An Administrator can change passwords of other users.
The password is stored with a state-of-the-art, salted hash function, and a user dependent salt.
Roles:
For bootstrapping a default user shall be created on initial databes creation.
The text was updated successfully, but these errors were encountered: