previousAuth::setExpire() (Previous) (Next) Auth::setIdle()next

View this page in Last updated: Sun, 18 Oct 2009
English | Brazilian Portuguese | Chinese | Dutch | French | German | Hungarian | Japanese | Polish | Russian | Spanish | Turkish

Auth::setFailedLoginCallback()

Auth::setFailedLoginCallback() – Définit un callback pour les échecs d'identificaton

Synopsis

void Auth::setFailedLoginCallback ( string $loginFailedCallback )

Description

Cette fonction définit une fonction de callback qui sera appelée lorsqu'une identification a échouée.

La fonction de callback passera deux paramètres, le nom de l'utilisateur qui a échoué son identification et une référence vers l'objet Auth.

Parameter

string $loginFailedCallback

la fonction de callback à utiliser

Note

This function can not be called statically.

previousAuth::setExpire() (Previous) (Next) Auth::setIdle()next

Download Documentation Last updated: Sun, 18 Oct 2009
Do you think that something on this page is wrong? Please file a bug report or add a note.
User Notes:
There are no user contributed notes for this page.