previousAuth::setAdvancedSecurity() (Previous) (Next) Auth::setAuth()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::setAllowLogin()

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

Synopsis

void Auth::setAllowLogin ( bool $allowLogin = true )

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.

Parameter

boolean $allowLogin

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

Note

This function can not be called statically.

Cette méthode est disponible depuis la version 1.3.0.

previousAuth::setAdvancedSecurity() (Previous) (Next) Auth::setAuth()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.