Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
vitamui-pr-pastis
Manage
Activity
Members
Labels
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
dad
vitamui-pr-pastis
Commits
cf6c20c3
Commit
cf6c20c3
authored
4 years ago
by
Makhtar DIAGNE
Browse files
Options
Downloads
Patches
Plain Diff
[FIX RABB-696] Handle Reset password when user password has expired
parent
2cba1814
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
cas/cas-server/src/main/java/fr/gouv/vitamui/cas/webflow/configurer/CustomLoginWebflowConfigurer.java
+1
-1
1 addition, 1 deletion
.../cas/webflow/configurer/CustomLoginWebflowConfigurer.java
with
1 addition
and
1 deletion
cas/cas-server/src/main/java/fr/gouv/vitamui/cas/webflow/configurer/CustomLoginWebflowConfigurer.java
+
1
−
1
View file @
cf6c20c3
...
...
@@ -134,7 +134,7 @@ public class CustomLoginWebflowConfigurer extends DefaultLoginWebflowConfigurer
createTransitionForState
(
handler
,
AccountDisabledException
.
class
.
getSimpleName
(),
CasWebflowConstants
.
VIEW_ID_ACCOUNT_DISABLED
);
createTransitionForState
(
handler
,
AccountLockedException
.
class
.
getSimpleName
(),
CasWebflowConstants
.
VIEW_ID_ACCOUNT_LOCKED
);
// custo:
createTransitionForState
(
handler
,
AccountPasswordMustChangeException
.
class
.
getSimpleName
(),
"sendInstructions"
);
createTransitionForState
(
handler
,
AccountPasswordMustChangeException
.
class
.
getSimpleName
(),
CasWebflowConstants
.
VIEW_ID_SEND_RESET_PASSWORD_ACCT_INFO
);
createTransitionForState
(
handler
,
CredentialExpiredException
.
class
.
getSimpleName
(),
CasWebflowConstants
.
VIEW_ID_EXPIRED_PASSWORD
);
createTransitionForState
(
handler
,
InvalidLoginLocationException
.
class
.
getSimpleName
(),
CasWebflowConstants
.
VIEW_ID_INVALID_WORKSTATION
);
createTransitionForState
(
handler
,
InvalidLoginTimeException
.
class
.
getSimpleName
(),
CasWebflowConstants
.
VIEW_ID_INVALID_AUTHENTICATION_HOURS
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment