From 119381c222daf3eea78b01e4fcd05acd5a44b51a Mon Sep 17 00:00:00 2001 From: Kyle Drake Date: Sun, 25 Dec 2016 13:35:58 -0600 Subject: [PATCH] Warn about changing usernames --- views/settings/site/username.erb | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/views/settings/site/username.erb b/views/settings/site/username.erb index 223de707..7b9876ea 100644 --- a/views/settings/site/username.erb +++ b/views/settings/site/username.erb @@ -1,6 +1,9 @@ Change Site (User) Name <%== csrf_token_input_html %> + + Warning: It is not advised to change your username, as this breaks search engines and will reduce the amount of visitors to your site. + It cannot contain spaces, and can only use the following characters: a-z A-Z 0-9 _ - @@ -16,4 +19,4 @@
+ Warning: It is not advised to change your username, as this breaks search engines and will reduce the amount of visitors to your site. +
It cannot contain spaces, and can only use the following characters: a-z A-Z 0-9 _ -