-
Notifications
You must be signed in to change notification settings - Fork 635
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
You could change the login action on the computer login form #998
Comments
Having a pluggable authentication provider would simplify implementing two factor authentication as well. There's a feature request for that here: http://craftcms.stackexchange.com/questions/17256/implementing-two-factor-authentication-totp-for-cp-logins |
Agree with @tijs van Erp, allowing a pluggable authentication provider is much better. It would let users defer to SAML or other Single Sign On systems in place of the local user/pass store in craft. |
The title is supposed to say "control panel login form" just in case anyone gets confused. |
It would even be better if you could just override the default authentication provider. This way it is way less hacky. It just has to adhere to an authentication interface. It's a simple enough class and should be easy to inject. |
Closing this one in favor of #1471 |
We would like a client to be able to log in via ldap, and having two login forms is a drag. Would be nice if we could config the post action for the default cp login form.
The text was updated successfully, but these errors were encountered: