Skip to content

Commit

Permalink
Merge pull request #29 from GluuFederation/agama-lab-flow-designer
Browse files Browse the repository at this point in the history
fix(agama-lab-fronted): Migrate to new flow designer
  • Loading branch information
syntrydy authored Nov 29, 2024
2 parents 85f8936 + 15ae8a1 commit a495daa
Show file tree
Hide file tree
Showing 2 changed files with 699 additions and 1,267 deletions.
8 changes: 4 additions & 4 deletions code/org.gluu.agama.pw.main.flow
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ count = Repeat 6 times max
// add entry in log file for successfull login attempt.
Log "@info Valid credentials provided"
// Password validation completed successfuly!
it_aqzhf = {success:true, data: { userId: credentials.username}}
Finish it_aqzhf
it_jhojb = {success:true, data: { userId: credentials.username}}
Finish it_jhojb
// Invalid credentials provided.
Log "@error Invalid credentials provided"
When conf.ENABLE_LOCK is "true"
Expand All @@ -39,5 +39,5 @@ count = Repeat 6 times max
// The login flow will end here with failure.
Log "@info The maximum login attempt has been reached!"
// Maximum attempts reached. Password validation failed!
it_hhjoo = {success:false, error: "Password validation failed!"}
Finish it_hhjoo
it_ihlsv = {success:false, error: "Password validation failed!"}
Finish it_ihlsv
Loading

0 comments on commit a495daa

Please # to comment.