allegroplanet / allegro-planet

1 stars 1 forks source link

Add User signup #5

Closed MarkOates closed 7 years ago

MarkOates commented 7 years ago

Problem

Users can not sign up.

Solution

Add a signup form, with a corresponding controller and routes:

Invalid submissions will be shown the /signup page along with error messages.

A successful submission will be redirected to their user page at /user/[new-users-slug]. (For example, the newly created username "Power Player 42" will be redirected to /user/power-player-42)

Additional Notes

Style and design is not a part of this PR. Minimal front-end work has been included.


/review @amarillion