1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

Added Send New Password functions + added check for current password when changing

git-svn-id: file:///svn/phpbb/trunk@1155 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Paul S. Owen
2001-10-10 17:27:34 +00:00
parent b408676555
commit e5a8bda3ff
7 changed files with 249 additions and 50 deletions

View File

@@ -169,7 +169,7 @@ else
"L_SEND_PASSWORD" => $lang['Forgotten_password'],
"U_SEND_PASSWORD" => append_sid("sendpassword.$phpEx")
"U_SEND_PASSWORD" => append_sid("profile.$phpEx?mode=sendpassword")
)
);