fix user registration controller
This commit is contained in:
		| @@ -1,4 +1,5 @@ | ||||
| # v0.1.12 | ||||
| - Code quality fixes | ||||
| - Fix error/404 pages not rendering properly | ||||
|  | ||||
| # v0.1.11 | ||||
|   | ||||
| @@ -1,6 +1,7 @@ | ||||
| defmodule MemexWeb.UserRegistrationController do | ||||
|   use MemexWeb, :controller | ||||
|   import MemexWeb.Gettext | ||||
|   alias Ecto.Changeset | ||||
|   alias Memex.{Accounts, Accounts.Invites} | ||||
|  | ||||
|   def new(conn, %{"invite" => invite_token}) do | ||||
| @@ -69,8 +70,8 @@ defmodule MemexWeb.UserRegistrationController do | ||||
|         |> put_flash(:error, dgettext("errors", "sorry, this invite was not found or expired")) | ||||
|         |> redirect(to: ~p"/") | ||||
|  | ||||
|       {:error, %Ecto.Changeset{} = changeset} -> | ||||
|         conn |> render("new.html", changeset: changeset, invite_token: invite_token) | ||||
|       {:error, %Changeset{} = changeset} -> | ||||
|         conn |> render(:new, changeset: changeset, invite_token: invite_token) | ||||
|     end | ||||
|   end | ||||
| end | ||||
|   | ||||
| @@ -228,7 +228,7 @@ msgstr "" | ||||
| msgid "public signups" | ||||
| msgstr "" | ||||
|  | ||||
| #: lib/memex_web/controllers/user_registration_controller.ex:31 | ||||
| #: lib/memex_web/controllers/user_registration_controller.ex:32 | ||||
| #, elixir-autogen, elixir-format | ||||
| msgid "register" | ||||
| msgstr "" | ||||
|   | ||||
| @@ -93,9 +93,9 @@ msgstr "" | ||||
| msgid "oops, something went wrong! please check the errors below." | ||||
| msgstr "" | ||||
|  | ||||
| #: lib/memex_web/controllers/user_registration_controller.ex:11 | ||||
| #: lib/memex_web/controllers/user_registration_controller.ex:40 | ||||
| #: lib/memex_web/controllers/user_registration_controller.ex:69 | ||||
| #: lib/memex_web/controllers/user_registration_controller.ex:12 | ||||
| #: lib/memex_web/controllers/user_registration_controller.ex:41 | ||||
| #: lib/memex_web/controllers/user_registration_controller.ex:70 | ||||
| #, elixir-autogen, elixir-format, fuzzy | ||||
| msgid "sorry, this invite was not found or expired" | ||||
| msgstr "" | ||||
| @@ -136,8 +136,8 @@ msgstr "" | ||||
| msgid "reset password link is invalid or it has expired." | ||||
| msgstr "" | ||||
|  | ||||
| #: lib/memex_web/controllers/user_registration_controller.ex:21 | ||||
| #: lib/memex_web/controllers/user_registration_controller.ex:50 | ||||
| #: lib/memex_web/controllers/user_registration_controller.ex:22 | ||||
| #: lib/memex_web/controllers/user_registration_controller.ex:51 | ||||
| #, elixir-autogen, elixir-format, fuzzy | ||||
| msgid "sorry, public registration is disabled" | ||||
| msgstr "" | ||||
|   | ||||
| @@ -106,7 +106,7 @@ msgstr "" | ||||
| msgid "copied to clipboard" | ||||
| msgstr "" | ||||
|  | ||||
| #: lib/memex_web/controllers/user_registration_controller.ex:64 | ||||
| #: lib/memex_web/controllers/user_registration_controller.ex:65 | ||||
| #, elixir-autogen, elixir-format, fuzzy | ||||
| msgid "please check your email to verify your account" | ||||
| msgstr "" | ||||
|   | ||||
| @@ -226,7 +226,7 @@ msgstr "" | ||||
| msgid "public signups" | ||||
| msgstr "" | ||||
|  | ||||
| #: lib/memex_web/controllers/user_registration_controller.ex:31 | ||||
| #: lib/memex_web/controllers/user_registration_controller.ex:32 | ||||
| #, elixir-autogen, elixir-format | ||||
| msgid "register" | ||||
| msgstr "" | ||||
|   | ||||
| @@ -227,7 +227,7 @@ msgstr "" | ||||
| msgid "public signups" | ||||
| msgstr "" | ||||
|  | ||||
| #: lib/memex_web/controllers/user_registration_controller.ex:31 | ||||
| #: lib/memex_web/controllers/user_registration_controller.ex:32 | ||||
| #, elixir-autogen, elixir-format | ||||
| msgid "register" | ||||
| msgstr "" | ||||
|   | ||||
| @@ -94,9 +94,9 @@ msgstr "" | ||||
| msgid "oops, something went wrong! please check the errors below." | ||||
| msgstr "" | ||||
|  | ||||
| #: lib/memex_web/controllers/user_registration_controller.ex:11 | ||||
| #: lib/memex_web/controllers/user_registration_controller.ex:40 | ||||
| #: lib/memex_web/controllers/user_registration_controller.ex:69 | ||||
| #: lib/memex_web/controllers/user_registration_controller.ex:12 | ||||
| #: lib/memex_web/controllers/user_registration_controller.ex:41 | ||||
| #: lib/memex_web/controllers/user_registration_controller.ex:70 | ||||
| #, elixir-autogen, elixir-format | ||||
| msgid "sorry, this invite was not found or expired" | ||||
| msgstr "" | ||||
| @@ -137,8 +137,8 @@ msgstr "" | ||||
| msgid "reset password link is invalid or it has expired." | ||||
| msgstr "" | ||||
|  | ||||
| #: lib/memex_web/controllers/user_registration_controller.ex:21 | ||||
| #: lib/memex_web/controllers/user_registration_controller.ex:50 | ||||
| #: lib/memex_web/controllers/user_registration_controller.ex:22 | ||||
| #: lib/memex_web/controllers/user_registration_controller.ex:51 | ||||
| #, elixir-autogen, elixir-format, fuzzy | ||||
| msgid "sorry, public registration is disabled" | ||||
| msgstr "" | ||||
|   | ||||
| @@ -107,7 +107,7 @@ msgstr "" | ||||
| msgid "copied to clipboard" | ||||
| msgstr "" | ||||
|  | ||||
| #: lib/memex_web/controllers/user_registration_controller.ex:64 | ||||
| #: lib/memex_web/controllers/user_registration_controller.ex:65 | ||||
| #, elixir-autogen, elixir-format | ||||
| msgid "please check your email to verify your account" | ||||
| msgstr "" | ||||
|   | ||||
| @@ -93,9 +93,9 @@ msgstr "" | ||||
| msgid "oops, something went wrong! please check the errors below." | ||||
| msgstr "" | ||||
|  | ||||
| #: lib/memex_web/controllers/user_registration_controller.ex:11 | ||||
| #: lib/memex_web/controllers/user_registration_controller.ex:40 | ||||
| #: lib/memex_web/controllers/user_registration_controller.ex:69 | ||||
| #: lib/memex_web/controllers/user_registration_controller.ex:12 | ||||
| #: lib/memex_web/controllers/user_registration_controller.ex:41 | ||||
| #: lib/memex_web/controllers/user_registration_controller.ex:70 | ||||
| #, elixir-autogen, elixir-format | ||||
| msgid "sorry, this invite was not found or expired" | ||||
| msgstr "" | ||||
| @@ -136,8 +136,8 @@ msgstr "" | ||||
| msgid "reset password link is invalid or it has expired." | ||||
| msgstr "" | ||||
|  | ||||
| #: lib/memex_web/controllers/user_registration_controller.ex:21 | ||||
| #: lib/memex_web/controllers/user_registration_controller.ex:50 | ||||
| #: lib/memex_web/controllers/user_registration_controller.ex:22 | ||||
| #: lib/memex_web/controllers/user_registration_controller.ex:51 | ||||
| #, elixir-autogen, elixir-format | ||||
| msgid "sorry, public registration is disabled" | ||||
| msgstr "" | ||||
|   | ||||
| @@ -106,7 +106,7 @@ msgstr "" | ||||
| msgid "copied to clipboard" | ||||
| msgstr "" | ||||
|  | ||||
| #: lib/memex_web/controllers/user_registration_controller.ex:64 | ||||
| #: lib/memex_web/controllers/user_registration_controller.ex:65 | ||||
| #, elixir-autogen, elixir-format | ||||
| msgid "please check your email to verify your account" | ||||
| msgstr "" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user