自由者CG
标题:
discuz用户找回密码,提示参数错误!
[打印本页]
作者:
Freeman
时间:
2016-3-7 14:15
标题:
discuz用户找回密码,提示参数错误!
(, 下载次数: 3)
上传
点击文件名下载附件
1.打开source\module\member\member_getpasswd.php
第32行找到
$uid = $_GET['uid'];
复制代码
在其下方添加一行
$sign = $_GET['sign'];
复制代码
2.打开discuz模板文件:template\default\member\getpasswd.htm
找到第8行
<form method="post" autocomplete="off" action="member.php?mod=getpasswd&uid=$uid&id=$hashid">
复制代码
修改为:
<form method="post" autocomplete="off" action="member.php?mod=getpasswd&uid=$uid&id=$hashid&sign=$sign">
复制代码
欢迎光临 自由者CG (https://bbs.zhise168.com/)
Powered by Discuz! X3.4