Skip to content

Commit

Permalink
[user_accounts] Update TestPlan wording (#8718)
Browse files Browse the repository at this point in the history
This changes the wording slightly in the TestPlan of user_accounts to indicate that an email is only sent to a new user if the "Send email to user" button is selected.

Fixes #6971
  • Loading branch information
CamilleBeau authored Jun 7, 2023
1 parent 863e8a5 commit 8dad7c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/user_accounts/test/TestPlan.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ When creating or editing a user: (subtest: edit_user)
11. For an existing active user, edit the user's account and click 'Generate new password' and check 'Send email'.
Save. Check that an email is sent to the user with the new password.
Check that after logging in, the user is immediately asked to update his/her password.
12. Check that if creating a new user an email is sent to him/her (requires email server). Also check that when a new
12. Check that if creating a new user and selecting "Send email to user" an email is sent to him/her (requires email server). Also check that when a new
user is logging in for the first time he/she is asked to change his/her password.
1. Check that when creating a new user, leading and trailing spaces in the username are stripped.
2. Check that you can create a new user with name 00 (double zero).
Expand Down

0 comments on commit 8dad7c2

Please sign in to comment.