X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=lib%2Fpleroma%2Fweb%2Ftemplates%2Fo_auth%2Fo_auth%2Fregister.html.eex;h=facedc8db6082dd15c49318d75b58f65b8aca538;hb=39127f15eb36c4fb41838a232f9d80c50416838d;hp=2e806e5fbf9cb151989e239e8fa830615fe1e1f9;hpb=45765918c377c6daf8ee8e5bfad4ea24f67766b6;p=akkoma diff --git a/lib/pleroma/web/templates/o_auth/o_auth/register.html.eex b/lib/pleroma/web/templates/o_auth/o_auth/register.html.eex index 2e806e5fb..facedc8db 100644 --- a/lib/pleroma/web/templates/o_auth/o_auth/register.html.eex +++ b/lib/pleroma/web/templates/o_auth/o_auth/register.html.eex @@ -7,12 +7,8 @@

Registration Details

-

If you'd like to register a new account, -
-please provide the details below.

-
- -<%= form_for @conn, o_auth_path(@conn, :register), [], fn f -> %> +

If you'd like to register a new account, please provide the details below.

+<%= form_for @conn, o_auth_path(@conn, :register), [as: "authorization"], fn f -> %>
<%= label f, :nickname, "Nickname" %> @@ -25,14 +21,11 @@ please provide the details below.

<%= submit "Proceed as new user", name: "op", value: "register" %> -
-
-

Alternatively, sign in to connect to existing account.

- <%= label f, :auth_name, "Name or email" %> - <%= text_input f, :auth_name %> + <%= label f, :name, "Name or email" %> + <%= text_input f, :name %>
<%= label f, :password, "Password" %>