File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020
2121class Auth extends BaseConfig
2222{
23+ /**
24+ * ////////////////////////////////////////////////////////////////////
25+ * AUTHENTICATION
26+ * ////////////////////////////////////////////////////////////////////
27+ */
28+
29+ // Constants for Record Login Attempts. Do not change.
2330 public const RECORD_LOGIN_ATTEMPT_NONE = 0 ; // Do not record at all
2431 public const RECORD_LOGIN_ATTEMPT_FAILURE = 1 ; // Record only failures
2532 public const RECORD_LOGIN_ATTEMPT_ALL = 2 ; // Record all login attempts
2633
2734 /**
28- * ////////////////////////////////////////////////////////////////////
29- * AUTHENTICATION
30- * ////////////////////////////////////////////////////////////////////
35+ * --------------------------------------------------------------------
36+ * View files
37+ * --------------------------------------------------------------------
3138 */
3239 public array $ views = [
3340 'login ' => '\CodeIgniter\Shield\Views\login ' ,
You can’t perform that action at this time.
0 commit comments