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
{{ message }}
This repository was archived by the owner on Jan 7, 2019. It is now read-only.
As #49 says, we got an error when a developer would disable the register flow - the path helper for a new registration on the login path would blow up.
I've fixed that now, but we need take care of similar cases such:
login link on register form when login is disabled.
forgot password link on login form when login is disabled.
login link on forgot password form.