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

Intruder Notice Email never sent #68

Open
bonhamcm opened this issue May 15, 2016 · 0 comments
Open

Intruder Notice Email never sent #68

bonhamcm opened this issue May 15, 2016 · 0 comments

Comments

@bonhamcm
Copy link

The Intruder Notice email is never sent after an account is locked out because marking the username in the IntruderManager throws an error before the userid marking can occur in the SessionManager.postFailureSequence() method:

            if (username != null) {
                intruderManager.mark(RecordType.USERNAME, username, pwmSession.getLabel());
            }

            if (userIdentity != null) {
                intruderManager.convenience().markUserIdentity(userIdentity, sessionLabel);
            }
bonhamcm added a commit to bonhamcm/pwm that referenced this issue May 18, 2016
bonhamcm added a commit to bonhamcm/pwm that referenced this issue May 18, 2016
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

No branches or pull requests

1 participant