Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/IowaComputerGurus/dnn.SecurePasswordRecovery
- Owner: IowaComputerGurus
- License: mit
- Created: 2016-08-15T05:11:46.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-11-22T16:03:52.000Z (about 8 years ago)
- Last Synced: 2024-08-03T22:02:10.581Z (5 months ago)
- Topics: dnn, dotnetnuke, security
- Language: C#
- Size: 239 KB
- Stars: 0
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-dnn - Secure Password Recovery
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