From 9108b109696fd38433f4f7cf54b370f656c8846e Mon Sep 17 00:00:00 2001 From: jomo Date: Sun, 29 Jun 2014 05:26:26 +0200 Subject: [PATCH] move token info so idiots read it --- app/views/users/new.html.erb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/views/users/new.html.erb b/app/views/users/new.html.erb index afa13e4..26f4bc0 100644 --- a/app/views/users/new.html.erb +++ b/app/views/users/new.html.erb @@ -2,8 +2,6 @@

Sign up

-

To get your token, join the Minecraft server (redstoner.com) and use the /token command.

- <%= form_for @user do |f| %> @@ -16,7 +14,9 @@ - +
<%= f.label :registration_token, "Token" %><%= text_field_tag :registration_token, nil, placeholder: "abcdef", required: true, pattern: "[a-z]{6}", title: "6 character token", "x-moz-errormessage" => "6 character token" %><%= text_field_tag :registration_token, nil, placeholder: "abcdef", required: true, pattern: "[a-z]{6}", title: "6 character token", "x-moz-errormessage" => "6 character token" %>
+ To get your token, join the Minecraft server (redstoner.com) and use the /token command. +
<%= f.label :password, "Password" %>