|
- The user lists the user accounts
- When the user selects their user account, the system enables the "Edit User Account" option
- The system displays an "Edit User" screen, which contains the following fields
- Read-only mode:
- Username
- Group
- Read/write mode:
- First name
- Middle initial
- Last name
-
If the user wants to change their password they select a Change Password option
-
The system prompts the user for:
-
Their old password
-
Their new password (twice)
- The user saves their password changes
- The system validates that the old password is correct
- If the old password is not correct, the system tells the user that it is not correct
- After clearing the message the user is returned to the Edit User Account screen
- All password fields in the Edit User Account screen are cleared
- The system validates that the two new passwords have been typed identically
- If this validation fails the user is given a message that the two passwords do not match
- After clearing the message the user is returned to the Edit User Account screen
- The two "new password" fields in the Edit User Account screen are cleared
- The system validates that the first of the new passwords meets length and character requirements
- If the new password does not meet these requirements, the user is given a message to that effect
- After clearing the message the user is returned to the Edit User Account screen
- The two "new password" fields in the Edit User Account screen are cleared
- The user changes any/all of the read/write fields, then selects the Save option
- The system updates the password and name fields in the database
- The system leaves the user at the List Users screen
Next: Post-Conditions
Up: Edit User Account
Previous: Basic Path: Administrator Edits
  Contents
  Index
|
|