Disabling registration
The password auth requires config about the registration.
For many reasons, that should not be mandatory., especially if the route is made public by everyauth.
+1
+1
+1
+1
+1, my context is here:
- i use rpc server to authenticate with kerberos server.
- i don't need register page
- just need password login page.
I know this is really old, but is there any reason this is not going to be implemented?
+1
if you really need this feature, you can use passport instead.
It is not that we want it, it is already there, we want to disable it to clean our code. You do not always want a registration form as the user creation is handled somewhere else :-)
+1