From 90a8852b63f258842e03410db8c9e1ffa6446176 Mon Sep 17 00:00:00 2001 From: Konrad Borowski Date: Wed, 2 Oct 2019 03:42:19 +0200 Subject: [PATCH] List dots as a valid character in usernames (#8108) --- config/locales/server.en.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/locales/server.en.yml b/config/locales/server.en.yml index 074b548228a..f10deb014f4 100644 --- a/config/locales/server.en.yml +++ b/config/locales/server.en.yml @@ -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"