add e-mail disclaimer

This commit is contained in:
Lili (Tlapka) 2021-10-11 15:13:19 +02:00
parent 8c8dc85d08
commit 74956f2ba4
1 changed files with 4 additions and 0 deletions

View File

@ -7,6 +7,10 @@
</div> </div>
<% end %> <% end %>
<p><b>Please note:</b> As of now, the app keeps track of your email, but doesn't yet use the information for anything.</p>
<p>Email verification is not needed for anything, and if you want to change the e-mail address connected with your account,
you have to contact the admin.</p>
<%= label f, :username %> <%= label f, :username %>
<%= text_input f, :username, required: true %> <%= text_input f, :username, required: true %>
<%= error_tag f, :username %> <%= error_tag f, :username %>