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 Attempts Allowed

Variable: $cfg['auth']['attemptsAllowed']

Effected class: auth global

Config type: auth

Type of data: integer

Platform: 2v

How to call: basic::$cfg['auth']['attemptsAllowed']

Description:
Number of login attempts allowed with wrong username or password. After number of attempts reached, user will be on holding.
Available options:
0 - Unlimited.
>=1 - Number of login attempts allowed.
example: 1
The default set of "attemptsAllowed".
How to set (example):
Code:
Info Panel
Roll it!   ⇔