This repository has been archived by the owner on Oct 30, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
082f267
commit e402991
Showing
1 changed file
with
11 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,11 @@ | ||
# dnn.SecurePasswordRecovery | ||
Secure Password Recovery module for DNN | ||
# Secure Password Recovery for DNN | ||
IowaComputerGurus's Secure Password Recovery module is the next step in helping keep your users information secure within your DotNetNuke Portal. Unlike the out of the box functionality of DotNetNuke, this module allows users to request a password reset. The user is then sent an "Access Code", using this code they can return to the site and reset their password. It is only at that time that the users password was actually changed. | ||
|
||
Using this process provides a number of security benefits for users and portal administrators. | ||
|
||
*Users passwords are never sent via e-mail using this process | ||
*Users passwords are only changed after the user takes action from the e-mail. By following this approach malicious attempts will not lock users out of their accounts. | ||
*Users that forgot their username can still request resets via e-mail. | ||
|
||
##Minimum DNN Versions | ||
Latest version requires DNN 8.0.0 and later. |