Project

General

Profile

Feature #1092

Updated by Vladimir Krisyuk about 6 years ago

On the Users page should be “Add User” Button/link  
 Click on Button should open “Add a new User” window. 
 *Required fields see on Mockup. 

 *Status*    - when user selects    “Inactive” then the Notify checkbox below should be disabled. 
 “Active” - enables Notify checkbox. 
 By default Status should be selected and Notify checkbox checked. 

 *“User role”*    field: Should display list of user roles to set to the new user. 
 The dropdown list should    depend on the user role of the current user: 
 1 (suadmin)- can select all user roles except 1. Show roles in the list: 2,3,4 
 2 (administrator) - can select only manager, siteuser roles: Show roles in the list: 3,4  

 *On Submission*    fields should be validated (required and filled in) 
 Email and username has to be unique in DB 
 Password - should be >= 8 symbols.  

 After submission User has to be created. 
 By default the new user she have Users.Is_deleted=no. 

 -------------------------------------- 
 mockups: 7.user management - users add user

Back