Send email to administrator when an unauthorized user requests a password reset#5567
Conversation
|
|
@johnhenley you need to write |
mitchelsellers
left a comment
There was a problem hiding this comment.
I understand the intent here, but I'm slightly concerned that this could allow someone to abuse the system by constantly requesting a forgotten password and overwhelming administrators otherwise?
@dnnsoftware/approvers thoughts?
|
I think the value is greater than the potential for abuse. |
@mitchelsellers understand and agree with your concerns about potential for abuse. What are your thoughts on adding a PasswordResetOutstandingRequestCount (or just a flag that a request is outstanding) to UserInfo and only sending to administrator on first request? |
…quests a password reset
|
Thanks! |
Closes #5245
Summary
Email administrator when an unapproved user requests a password reset. Then the administrator can verify that it is a valid request, and if so, authorize the user and send a new password reset.