Skip to content
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

535: log failed login requests #650

Merged
merged 1 commit into from
Dec 5, 2022
Merged

Conversation

sarahsporck
Copy link
Contributor

No description provided.

}
if (administratorEntity == null) {
val context = dfe.getContext<GraphQLContext>()
logger.info("${context.remoteIp} ${authData.email} failed to log in")
Copy link
Member

Choose a reason for hiding this comment

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

@svenseeberg does that work for you to block users with repreated failed logins?

Copy link
Member

@maxammann maxammann left a comment

Choose a reason for hiding this comment

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

Perfect!

@sarahsporck sarahsporck force-pushed the 535_add_backend_auth_log branch from b9786c9 to fbc8fb1 Compare December 5, 2022 10:58
@sarahsporck sarahsporck linked an issue Dec 5, 2022 that may be closed by this pull request
@sarahsporck sarahsporck merged commit 33d7c5d into whitelabel Dec 5, 2022
@sarahsporck sarahsporck deleted the 535_add_backend_auth_log branch December 5, 2022 12:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add a back end auth log
2 participants