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

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

Auth::setAllowLogin()

Auth::setAllowLogin() – ユーザがログイン可能かどうかを制御する。デフォルトではオンになっている

Synopsis

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

Description

Auth が POST 変数を処理し、ユーザのログイン処理を行うかどうかを制御します。 セキュリティ向上のため、ログインページ以外のすべてのページでは ログイン機能を無効にしておくことを推奨します。

Parameter

boolean $allowLogin

ログインを有効にしたい場合は TRUE、それ以外は FALSE を指定します。

Note

This function can not be called statically.

このメソッドは 1.3.0 以降で使用可能です。

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

Download Documentation Last updated: Sun, 21 Jun 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.