forked from geosolutions-it/MapStore
-
Notifications
You must be signed in to change notification settings - Fork 0
User manager
mstn edited this page Jul 15, 2012
·
2 revisions
User Manager allows admin users to create and delete users. Only admin users can open the User Manager Window.
Functionalities:
- search user by name (sql like semantics);
- create a new user;
- list existing users;
- delete and existing user.
The input field in the top bar allows users to filter the user list by name.
Admin users can create a new user.
The meaning of form fields is:
- name: the user name;
- password: the password used by the user to log in;
- role: the role of the user (ADMIN or USER).
Form validation:
- fields cannot be blank;
- a role must be selected;
- user name must be unique.