From 9965add5ffd31b670bf1eb77d183ff9236079b3b Mon Sep 17 00:00:00 2001 From: Mark Huang Date: Tue, 16 Jan 2007 17:23:26 +0000 Subject: [PATCH] - pass email instead of person_id to reset_password.php script --- db-config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db-config b/db-config index e572d5a..60d28ab 100755 --- a/db-config +++ b/db-config @@ -729,7 +729,7 @@ Someone has requested that the password of your %(PLC_NAME)s account %(email)s be reset. If this person was you, you may continue with the reset by visiting: -https://%(PLC_WWW_HOST)s:%(PLC_WWW_SSL_PORT)d/db/persons/reset_password.php?id=%(person_id)d&key=%(verification_key)s +https://%(PLC_WWW_HOST)s:%(PLC_WWW_SSL_PORT)d/db/persons/reset_password.php?email=%(email)s&key=%(verification_key)s If you did not request that your password be reset, please contact %(PLC_NAME)s Support <%(PLC_MAIL_SUPPORT_ADDRESS)s>. Do not quote or -- 2.43.0