Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/IowaComputerGurus/dnn.SecurePasswordRecovery

Secure Password Recovery module for DNN
https://github.com/IowaComputerGurus/dnn.SecurePasswordRecovery

dnn dotnetnuke security

Last synced: about 1 month ago
JSON representation

Secure Password Recovery module for DNN

Awesome Lists containing this project

README

        

# Secure Password Recovery for DNN

> [!NOTE]
> DNN Platform has support for this behaviour, mostly, out of the box starting with DNN 9.x. This project is no longer supported.

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
Version 8.0.0 - DNN 8.0.0 and later.
Version 6.x - DNN 7.0.2 and later