gobuffalo / buffalo-auth

Buffalo auth plugin helps adding username password authentication to your app
https://gobuffalo.io
MIT License
41 stars 28 forks source link

Set POST /new for AuthCreate. #71

Closed ghost closed 4 years ago

ghost commented 4 years ago

In 'templates/auth/new.plush.html', we are calling authNewPath() for the submitted form. The app generator does not set this as a valid path.

<%= form_for(user, {action: newAuthPath()}) { %>

paganotoni commented 4 years ago

It seems that this one is part of another 2 PRs. Closing it.