Plugin that adds functionality so that a user can create a new password if the original is lost
Go to file
AlfnRU 82ef05db03
Update README.md
2022-01-09 15:57:59 +03:00
bin ver 1.0 2022-01-09 15:50:54 +03:00
lib ver 1.0 2022-01-09 15:50:54 +03:00
localization ver 1.0 2022-01-09 15:50:54 +03:00
skins ver 1.0 2022-01-09 15:50:54 +03:00
.gitignore ver 1.0 2022-01-09 15:50:54 +03:00
LICENSE Initial commit 2022-01-06 08:53:34 +03:00
README.md Update README.md 2022-01-09 15:57:59 +03:00
composer.json ver 1.0 2022-01-09 15:50:54 +03:00
config.inc.php.dist edit config.dist 2022-01-09 15:55:32 +03:00
password_recovery.js ver 1.0 2022-01-09 15:50:54 +03:00
password_recovery.php ver 1.0 2022-01-09 15:50:54 +03:00

README.md

Password Recovery Plugin for Roundcube

Plugin that adds functionality so that a user can create a new password if the original is lost.

To restore the password, the user is asked a secret question, and/or a confirmation code is sent to an additional email address and SMS to the phone.

It is recommended that you use the "SMSTools" package to send SMS.

When checking and saving a new password, the password is encrypted using the MD5-Crypt method. The password is written directly to the Postfix database (mailbox table).

The Password plugin can also be used when configured accordingly.

Install

  1. Place this plugin folder into plugins directory of Roundcube
  2. Add 'password_recovery' to $config['plugins'] in your Roundcube config