Discuz教程网

找回密码参数错误的处理方法

[复制链接]
authicon dly 发表于 2015-5-26 16:35:39 | 显示全部楼层 |阅读模式
FTP中找到
source\module\member\member_getpasswd.php
这个文件,查看第32行,
  1. $uid = $_GET['uid'];
复制代码
在下面添加一行
  1. $sign = $_GET['sign'];
复制代码
再找到template\default\member\getpasswd.htm这个文件,找到第8行
  1. <form method="post" autocomplete="off" action="member.php?mod=getpasswd&uid=$uid&id=$hashid">
复制代码
修改为
  1. <form method="post" autocomplete="off" action="member.php?mod=getpasswd&uid=$uid&id=$hashid&sign=$sign">
复制代码
后台更新缓存即可



上一篇:出售主题的帖子设置方法
下一篇:抱歉,无法发起临时会话,您可以 添加对方为好友以发送消息
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

1314学习网 ( 浙ICP备10214163号 )

GMT+8, 2025-5-2 06:55

Powered by Discuz! X3.4

© 2001-2013 Comsenz Inc.

快速回复 返回顶部 返回列表