List dots as a valid character in usernames (#8108)

This commit is contained in:
Konrad Borowski 2019-10-02 03:42:19 +02:00 committed by Sam
parent b7ebe574df
commit 90a8852b63
1 changed files with 1 additions and 1 deletions

View File

@ -2283,7 +2283,7 @@ en:
short: "must be at least %{min} characters"
long: "must be no more than %{max} characters"
too_long: "is too long"
characters: "must only include numbers, letters, dashes, and underscores"
characters: "must only include numbers, letters, dashes, dots, and underscores"
unique: "must be unique"
blank: "must be present"
must_begin_with_alphanumeric_or_underscore: "must begin with a letter, a number or an underscore"