mirror of
https://github.com/neocities/neocities.git
synced 2025-04-25 01:32:36 +02:00
Warn about changing usernames
This commit is contained in:
parent
34c075bbc6
commit
119381c222
1 changed files with 4 additions and 1 deletions
|
@ -1,6 +1,9 @@
|
||||||
<h2>Change Site (User) Name</h2>
|
<h2>Change Site (User) Name</h2>
|
||||||
<form method="POST" action="/settings/<%= @site.username %>/change_name">
|
<form method="POST" action="/settings/<%= @site.username %>/change_name">
|
||||||
<%== csrf_token_input_html %>
|
<%== csrf_token_input_html %>
|
||||||
|
<p class="tiny">
|
||||||
|
<strong>Warning: It is not advised to change your username</strong>, as this breaks search engines and will reduce the amount of visitors to your site.
|
||||||
|
</p>
|
||||||
<p class="tiny">
|
<p class="tiny">
|
||||||
It cannot contain spaces, and can only use the following characters: a-z A-Z 0-9 _ -
|
It cannot contain spaces, and can only use the following characters: a-z A-Z 0-9 _ -
|
||||||
</p>
|
</p>
|
||||||
|
|
Loading…
Add table
Reference in a new issue