jaideejung007 Publish time 2015-02-24 05:24

DX3.2 Forgot Password prompt parameter error

แก้ไขครั้งสุดท้ายโดย jaideejung007 เมื่อ 2015-2-24 09:25



Prompt parameter error
This error to appear when to change/forgot the password from sending to email.
And then, to change the password will be shown the "Prompt parameter error" by image above.

HOW TO FIX:
1. Opening
source\module\member\member_getpasswd.php file.
Find it,
$uid = $_GET['uid'];
And adding this code,
$sign = $_GET['sign'];

2. Opening
template\default\member\getpasswd.htm
Find it,
<form method="post" autocomplete="off" action="member.php?mod=getpasswd&uid=$uid&id=$hashid">
Replace to,
<form method="post" autocomplete="off" action="member.php?mod=getpasswd&uid=$uid&id=$hashid&sign=$sign">

Source - lingchengluntan via DiscuzThai

kaaleth Publish time 2015-02-24 11:23

Thanks
Pages: [1]
View full version: DX3.2 Forgot Password prompt parameter error