Skip to content

Commit 4664eb7

Browse files
committed
config: add comments
1 parent faf90f6 commit 4664eb7

1 file changed

Lines changed: 10 additions & 3 deletions

File tree

src/Config/Auth.php

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,21 @@
2020

2121
class 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',

0 commit comments

Comments
 (0)