Skip to content
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
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public static class CommonValidationErrorMessages
"A user with this email address is already registered; if this is you, please log in using the button below";

public const string WrongEmailForCentreDuringAdminRegistration =
"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";
"This email address does not match the one held by the centre; your primary email must match the one held by the centre";

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