Skip to content

Add support to prevent authentication when user is locked, disabled o… #7119

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Jul 29, 2019

Conversation

eddumelendez
Copy link
Contributor

…r expired for reactive apps

Currently, reactive applications doesn't perform validation when user
is locked, disabled or expired. This commit introduces these validations.

Fixes gh-7113

Copy link
Contributor

@eleftherias eleftherias left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thaks for the PR, @eddumelendez! I have left some feedback inline. Would you also consider changing the commit message to something shorter? One idea is "Prevent authentication of inactive user for reactive apps"

@eleftherias eleftherias added in: web An issue in web modules (web, webmvc) status: feedback-provided Feedback has been provided and removed status: waiting-for-triage An issue we've not yet triaged labels Jul 24, 2019
Currently, reactive applications doesn't perform validation when user
is locked, disabled or expired. This commit introduces these validations.

Fixes spring-projectsgh-7113
@eddumelendez
Copy link
Contributor Author

Hi @eleftherias I have solved the comments. Thanks for the feedback

Copy link
Contributor

@eleftherias eleftherias left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for the quick update @eddumelendez! I have left a couple more comments inline.

@eddumelendez
Copy link
Contributor Author

@eleftherias new commits has been submitted with the changes.

@eleftherias eleftherias merged commit 8e6e975 into spring-projects:master Jul 29, 2019
@eleftherias
Copy link
Contributor

Thanks for the PR @eddumelendez! This is now merged into master.

@rwinch rwinch removed the status: feedback-provided Feedback has been provided label Aug 5, 2019
@rwinch rwinch added this to the 5.2.0.M4 milestone Aug 5, 2019
@rwinch rwinch added the status: duplicate A duplicate of another issue label Aug 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in: web An issue in web modules (web, webmvc) status: duplicate A duplicate of another issue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Prevent disabled user from logging in on reactive applications
4 participants