You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Motivation:
Registration page is broken because the 'user' object is not initialized to an empty user when showing the form.
Modifications:
Properly initialize the 'user' object when showing the registration form.
Result:
The form works (note: the form doesn't actually create new users, as expected).
0 commit comments