riverrun / openmaize

No longer maintained - was an Authentication library for Plug-based applications in Elixir
Other
206 stars 30 forks source link

no matching action clause to process request error fix #66

Closed ben-ic closed 8 years ago

ben-ic commented 8 years ago

The map should be %{"password_reset" => %{"email" => email} = user_params} instead of %{"user" => %{......

riverrun commented 8 years ago

Thanks for fixing that one.