Skip to content

Commit 1eeb4ee

Browse files
authored
Merge pull request #2832 from TechnologyEnhancedLearning/Develop/Fixes/TD-4606-Issuewiththeerrormsgshowingwhenregisteringtheadmininternally
TD-4606 Issue with the error msg showing when registering the admin internally
2 parents a88ecde + 7b8ed67 commit 1eeb4ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DigitalLearningSolutions.Web/Helpers/CommonValidationErrorMessages.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ public static class CommonValidationErrorMessages
2020
"A user with this email address is already registered; if this is you, please log in using the button below";
2121

2222
public const string WrongEmailForCentreDuringAdminRegistration =
23-
"This email address does not match the one held by the centre; either your primary email or centre email must match the one held by the centre";
23+
"This email address does not match the one held by the centre; your primary email must match the one held by the centre";
2424

2525
public const string PasswordRegex = @"(?=.*?[^\w\s])(?=.*?[0-9])(?=.*?[A-Z])(?=.*?[a-z]).*";
2626
public const string PasswordInvalidCharacters = "Password must contain at least 1 uppercase and 1 lowercase letter, 1 number and 1 symbol";

0 commit comments

Comments
 (0)