Post by kmoradha is ignored |
|
Post by kmoradha is ignored |
Re: Proposed code change to add AUTO_LOGIN plugin hook |
Tue, 14 January 2014 12:39 |
|
OK, maybe not. AUTHENTICATE is in 'login.php.t' and you want to authenticate users without going through the login dialogue.
Maybe just add the following so clutch out all plugins and commit:
if (defined('plugins')) {
|
|
Post by kmoradha is ignored |
Re: Proposed code change to add AUTO_LOGIN plugin hook |
Tue, 14 January 2014 12:23 |
|
Would it be possible to maybe use the AUTHENTICATE hook for this?
Quote:Authenticate users against an external source like an LDAP directory. Example implementation: Email_login.plugin and Ldap.plugin.
|
|
Post by kmoradha is ignored |