Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

[user_accounts] Update TestPlan.md #8754

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion modules/user_accounts/test/TestPlan.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ When creating or editing a user: (subtest: edit_user)
without saving any changes to the user profile.
28. Check that if config setting 'Enable "Pwned Password" check' is set to 'Yes', then validation to make sure that the password
entered (both for add user and edit user pages) has not been pwned is done. Also check that disabling this setting disables the
validation. Example of a pwned password: AKAX89Wn
validation. Example of a pwned password: ji32k7au4a83
29. Check that a 'Reject user' button will be available on the edit user page if the editee is a user whose account is awaiting approval and the editee
has not yet logged in.
30. Edit a user that fits the conditions listed above and reject it. Make sure that the user has been removed from the database and does not show up in
Expand Down