Details
-
Story
-
Status: Approved
-
Must
-
Resolution: Fixed
-
None
-
None
-
Medium
-
Sprint 1, Sprint 2
Description
As an admin, i should be able to create, edit, disable, delete user accounts
Dev Notes:
- This feature is partially done, you don't have to use REST+angular to implement this feature
- The text on the account form should be localized
- Update the code in AdminUiAccountValidator so that it delegates to the appropriate validators in core i.e PersonValidator, UserValidator and ProviderValidator instead of the using its custom code to duplicate some validation rules, the only things it should validate the ones specified in the acceptance criteria below
Acceptance Criteria
- The admin should be able to create an account with either a user or provider account
- The admin should be able to create an account with both a provider and user account
- The admin should be able to add new user and provider accounts to ONLY an existing account
- Creating an account should fail if a user has no provider nor user account, i.e one of the two at least is required
- A person should not have more than one un retired provider accounts with the same provider role
Gliffy Diagrams
Attachments
Issue Links
- depends on
-
RESTWS-528 Unable to update user password via rest
-
- Closed
-