Commit 5a5de9d
committed
indexauth controller - simplified the login check due lack of DB/IMAP
* in the imap check just return TRUE if there's no imap login provider
just uncomment the lines and configure a imap login
* in the dbms check just return a simple array of data if there's no
database configured, just uncomment the lines an setup your db with
the provided sql file in the project
* erase the messajes cos the redirection will not handle it, this
example project does not provide any way to send message status to
the login screen, you must use the 3th parameter to use status/stages
to identify the login errors1 parent ab48bb7 commit 5a5de9d
1 file changed
+3
-11
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | 10 | | |
12 | 11 | | |
13 | 12 | | |
| |||
17 | 16 | | |
18 | 17 | | |
19 | 18 | | |
20 | | - | |
| 19 | + | |
21 | 20 | | |
22 | 21 | | |
23 | 22 | | |
| |||
26 | 25 | | |
27 | 26 | | |
28 | 27 | | |
29 | | - | |
| 28 | + | |
30 | 29 | | |
31 | | - | |
| 30 | + | |
32 | 31 | | |
33 | 32 | | |
34 | 33 | | |
35 | | - | |
36 | 34 | | |
37 | 35 | | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | 36 | | |
42 | | - | |
43 | 37 | | |
44 | 38 | | |
45 | 39 | | |
46 | 40 | | |
47 | | - | |
48 | 41 | | |
49 | | - | |
50 | 42 | | |
51 | 43 | | |
52 | 44 | | |
| |||
0 commit comments