Skip to content

Commit 5ec443d

Browse files
authored
Merge pull request #18 from syntrydy/main
Update README.md
2 parents d60f6af + 8b4cc30 commit 5ec443d

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,21 @@ The sequence diagram below shows the good flow.
3232
![agama-pw sequence diagram image](Agama-PW-sequence.png)
3333
[Source](https://sequencediagram.org/index.html#initialData=C4S2BsFMAIEEHMCGBbRBaACgdWgCUQA4ECe0AYuAPYDuAULYgMbCUBO0BkrAzpQHa0CiVqEYghfYNABGrGty61IksKWqRp3MJEHDR4xJOgBJACIZa0ygFc+AE2GlE14AAtloxMB2CuvPmgAfGYYAFzQxJDcHFCICgB0iSbQ1IZSLNBU8CACIUGy8lzh1iB2APQE1ORsyL48-Ply1Aqs4YyskHbclk0tQSHhGADyAMoAKtWstXmBzm4eIIxekOEAbojgpcsAFCV2ADQc1ACUDC7uKkve-ebhAN4ARB3c1uDAD6EPL4yMUdwP+wAOnwHoxKHZIB9oAAmAAMsKBIOQf0Q8Eh4QeQwA0g8AL60GYFZpFaBDTh8MzQMEQnqFVhBdSabRtDbgaRMADWQA)
3434

35+
# Flow Configuration
36+
Below is a typical agama-pw flow
37+
```
38+
{
39+
"org.gluu.agama.pw.main": {
40+
"MAX_LOGIN_ATTEMPT": "6",
41+
"ENABLE_LOCK": "true",
42+
"LOCK_EXP_TIME": "180"
43+
}
44+
}
45+
```
46+
- MAX_LOGIN_ATTEMPT: Is the maximum failed login attempt before the user account is locked
47+
- ENABLE_LOCK: true/false, this is use to enable the Account Lock feature
48+
- LOCK_EXP_TIME: The time in seconds befor a locked account is unlock.
49+
3550
# Core Developers
3651

3752
<table>

0 commit comments

Comments
 (0)