two-stage password reset
This patch changes the password reset function to a two-stage process. After requesting a new password a confirmation email is sent first, only if the link contained in this mail is used the password is changed for real. This makes sure malicious people can't reset passwords for other users. darcs-hash:20060714110548-7ad00-c1e23fd51cc2d2f16473914421ebe0f9c3b2ba8c.gz
Showing
- conf/dokuwiki.php 1 addition, 1 deletionconf/dokuwiki.php
- inc/auth.php 78 additions, 23 deletionsinc/auth.php
- inc/html.php 2 additions, 2 deletionsinc/html.php
- inc/lang/en/lang.php 2 additions, 0 deletionsinc/lang/en/lang.php
- inc/lang/en/password.txt 10 additions, 10 deletionsinc/lang/en/password.txt
- inc/lang/en/pwconfirm.txt 15 additions, 0 deletionsinc/lang/en/pwconfirm.txt
- inc/lang/en/resendpwd.txt 4 additions, 3 deletionsinc/lang/en/resendpwd.txt
Loading
Please register or sign in to comment