As an admin I would like the ability to deactivate a User Profile so that I can prevent unsavory characters from using the system.
Given an admin is vising the list of User Profiles When they select the Deactivate option Then they should be prompted to confirm deactivation
Given the admin wishes to confirm the deactivation When they the select the option to confirm Then the User Profile should be deactivated in the system And the admin should be directed back to the User Profile list
Given the admin decides not to confirm the deactivation When they the select the option to reject confirmation Then the User Profile should NOT be deactivated And the admin should be directed back to the User Profile list
Given a user is deactivated When they try to login to the system Then the system should behave as if the user does not exist
As an admin I would like the ability to deactivate a User Profile so that I can prevent unsavory characters from using the system.
Given an admin is vising the list of User Profiles
When they select the
Deactivate
optionThen they should be prompted to confirm deactivation
Given the admin wishes to confirm the deactivation
When they the select the option to confirm
Then the User Profile should be deactivated in the system
And the admin should be directed back to the User Profile list
Given the admin decides not to confirm the deactivation
When they the select the option to reject confirmation
Then the User Profile should NOT be deactivated
And the admin should be directed back to the User Profile list
Given a user is deactivated
When they try to login to the system
Then the system should behave as if the user does not exist