Auth::setAdvancedSecurity() (Previous) (Next) Auth::setAuth()

View this page in Last updated: Sun, 07 Sep 2008
English | Dutch | French | German | Hungarian | Japanese | Polish | Russian | Spanish | Plain HTML

Auth::setAllowLogin()

Auth::setAllowLogin() -- Contrôle si l'utilisateur est autorisé à s'identifier. Activé par défaut

Description

Contrôle si l'identification doit traiter les variables envoyées par méthode post et tenter d'identifier l'utilisateur depuis ces pages. Pour une meilleure sécurité de vos applications, il est recommandé de désactiver l'identification dans toutes vos pages, excepté dans votre page d'identification.

Paramètres

booléen $allowLogin

TRUE si vous voulez autoriser l'identification, FALSE sinon.

Note

Cette fonction ne peut pas être appelée de façon statique.

Cette méthode est disponible depuis la version 1.3.0.

Auth::setAdvancedSecurity() (Previous) (Next) Auth::setAuth()

Download Documentation Last updated: Sun, 07 Sep 2008
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.