Fix #4177: Allow all users to change their username.

This commit is contained in:
evazion
2019-09-25 21:16:19 -05:00
parent 3b63f94968
commit c710aa3ffb
5 changed files with 3 additions and 21 deletions

View File

@@ -7,12 +7,6 @@
comments. If you want <%= link_to "more features", new_user_upgrade_path %> you can upgrade your account later.
</p>
<p>
<strong>This site is open to web crawlers, so whatever name you choose will be public</strong>. This includes
favorites, uploads, and comments. Almost everything is public. So don't choose a name you don't want to be
associated with.
</p>
<div id="p3">
<%= simple_form_for(@user, html: {id: "signup-form"}) do |f| %>
<%= f.input :name, as: :string %>