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 Allow Multi User

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:
Allow multiple connection on same user name? Can allow user to connect from different ip/browser.
Available options:
0 - Don't allow.
1 - Allow.
example: 1
The default set of "allowMultiUser".
How to set (example):
Code:
Info Panel
Roll it!   ⇔