Skip to content
This repository has been archived by the owner on Oct 30, 2024. It is now read-only.

Commit

Permalink
ReadMe Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchelsellers authored Aug 15, 2016
1 parent 082f267 commit e402991
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions README.md
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.

0 comments on commit e402991

Please sign in to comment.