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

View this page in Last updated: Sun, 01 Jul 2007
English | Dutch | French | German | Hungarian | Japanese | Polish | Russian | Spanish | Plain HTML

Auth::setAllowLogin()

Auth::setAllowLogin() -- Controls if the user will be allowed to login. Turned on by default

Descripción

Controls if auth will process the post variables and attempt to login the user from those pages. For better security of your application it is recomended to disable login in all pages except your login page.

Parámetro

boolean $allowLogin

If you want to allow login set this to TRUE otherwise set it to FALSE.

Nota

Esta función no puede ser llamada estáticamente.

This method is available since 1.3.0

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

Download Documentation Last updated: Sun, 01 Jul 2007
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.