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 Alert Method

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

Effected class: auth global

Config type: auth

Type of data: integer

Platform: 2v

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

Description:
Alerts on auth class can be sent in various ways (post is not working correctly).
Available options:
1 - Get.
2 - Post.
3 - Cookie.
4 - Session.
example: 1
The default set of "alertMethod".
How to set (example):
Code:
Info Panel
Roll it!   ⇔