Hooks reference: check_login
Additional checks for login validation.
Args details
- $sLogin (String) : Login to be checked
Exceptions
- AnwPluginInterruptionException : Throw this exception when the login is incorrect
Example
- function hook_check_login($sLogin) {
- //your code here...
- if (/* special case *//*) throw new AnwPluginInterruptionException(); }
- en
Last edited on 04/05/2009 14:25:18