Info Panel
Roll it!   ⇔
1 - Documantation
* Knowledge Base
  • Mvc
  • Application
  • Advanced
  • Operators
  • Api
* Origin Template
  • Customize
* Core Classes
* Classes

* all grey titles exists but not documented yet

Auth  authentication config

Description: keep it simple

Will configure all things about authentication system.

List of parameters:

restrictedSite is entire site restricted? basic::$cfg['auth']['restrictedSite '];

hashKey extra security basic::$cfg['auth']['hashKey '];

attemptsAllowed number of login attempts basic::$cfg['auth']['attemptsAllowed '];

attemptsWaitDelay time to be on holding basic::$cfg['auth']['attemptsWaitDelay '];

tokenCheck check if token exist? basic::$cfg['auth']['tokenCheck '];

allowMultiUser allow multiple connection? basic::$cfg['auth']['allowMultiUser '];

ajaxCheckOnPageLoad check via ajax if user is logged basic::$cfg['auth']['ajaxCheckOnPageLoad '];

allowShove shove on 1 cookie only? basic::$cfg['auth']['allowShove '];

encryptMethod encrypt method function to use basic::$cfg['auth']['encryptMethod '];

allowEncryptHoleShubang allow data encryption on "data" basic::$cfg['auth']['allowEncryptHoleShubang '];

allowRememberMe allow to remember login info? basic::$cfg['auth']['allowRememberMe '];

allowRedirect allow redirect to temp address? basic::$cfg['auth']['allowRedirect '];

allowAlerts allow notifications? basic::$cfg['auth']['allowAlerts '];

alertMethod can be sent in various ways basic::$cfg['auth']['alertMethod '];

allowComments show comments? basic::$cfg['auth']['allowComments '];

logoutPath logout page redirect basic::$cfg['auth']['logoutPath '];

authFileName check correct request file basic::$cfg['auth']['authFileName '];

directoryForSessions set directory for sessions files basic::$cfg['auth']['directoryForSessions '];

noProlong prolong the time set basic::$cfg['auth']['noProlong '];

prolongDelay prolong will be activated basic::$cfg['auth']['prolongDelay '];

intervalCheck check if user online periodically basic::$cfg['auth']['intervalCheck '];

timeout cookie timeout basic::$cfg['auth']['timeout '];

globalTimeout cookie global timeout basic::$cfg['auth']['globalTimeout '];

floodTimeout cookie flood timeout basic::$cfg['auth']['floodTimeout '];

triple cookie triple timeout basic::$cfg['auth']['triple '];

authLevel set auth levels basic::$cfg['auth']['authLevel '];

captcha - verificationKeySensitive enable key sensitive? basic::$cfg['auth']['captcha']['verificationKeySensitive '];

captcha - verificationTriesLimit captcha tries limit basic::$cfg['auth']['captcha']['verificationTriesLimit '];

captcha - verificationWaitDelay set delay on holding basic::$cfg['auth']['captcha']['verificationWaitDelay '];

login - allowCaptcha enable captcha? basic::$cfg['auth']['login']['allowCaptcha '];

login - captchaActiveAfter set several times basic::$cfg['auth']['login']['captchaActiveAfter '];

login - captchaTimeout captcha timeout limit basic::$cfg['auth']['login']['captchaTimeout '];

forgotMyPassword - allowCaptcha enable captcha? basic::$cfg['auth']['forgotMyPassword']['allowCaptcha '];

forgotMyPassword - captchaActiveAfter set several times basic::$cfg['auth']['forgotMyPassword']['captchaActiveAfter '];

forgotMyPassword - captchaTimeout captcha timeout limit basic::$cfg['auth']['forgotMyPassword']['captchaTimeout '];

register - allowCaptcha enable captcha? basic::$cfg['auth']['register']['allowCaptcha '];

register - captchaActiveAfter set several times basic::$cfg['auth']['register']['captchaActiveAfter '];

register - captchaTimeout captcha timeout limit basic::$cfg['auth']['register']['captchaTimeout '];

register - mustBeInvited invited by other user? basic::$cfg['auth']['register']['mustBeInvited '];

register - require require userName/title/name/email/phone? basic::$cfg['auth']['register']['require '];

register - loginVia user can login via userName/email/phone? basic::$cfg['auth']['register']['loginVia '];

register - forgotMyPasswordVia user can forgotMyPassword via basic::$cfg['auth']['register']['forgotMyPasswordVia '];

register - mustApprove approve User Agreement? basic::$cfg['auth']['register']['mustApprove '];

register - subscribe news letter subscribe basic::$cfg['auth']['register']['subscribe '];

register - minUserName minimum characters for userName basic::$cfg['auth']['register']['minUserName '];

register - minPassword minimum characters for password basic::$cfg['auth']['register']['minPassword '];

register - encryptPassword password with hashKey basic::$cfg['auth']['register']['encryptPassword '];

register - mustActivate set if send activation basic::$cfg['auth']['register']['mustActivate '];

register - loginOnActive set if login automatically basic::$cfg['auth']['register']['loginOnActive '];

register - initialAuthLevel set initial authLevel basic::$cfg['auth']['register']['initialAuthLevel '];

register - actionIdLeap set actionId leap basic::$cfg['auth']['register']['actionIdLeap '];

bridgeTimeout - activation activation link timeout basic::$cfg['auth']['bridgeTimeout']['activation '];

bridgeTimeout - passwordReset password reset link timeout basic::$cfg['auth']['bridgeTimeout']['passwordReset '];

dataDictionary - dataDictionary basic::$cfg['auth']['dataDictionary']['dataDictionary '];

Info Panel
Roll it!   ⇔