网站之家技术交流论坛

 找回密码
 立即注册

QQ登录

只需一步,快速开始

查看: 1088|回复: 0

DZ3.2 邮件找回密码 点邮件里面的链接重置密码时 提示参数错误处理方法

[复制链接]
发表于 2015-10-31 11:27:01 | 显示全部楼层 |阅读模式
查找
source\module\member\member_getpasswd.php
  1. $uid = $_GET['uid'];
复制代码
在下方添加
  1. $sign = $_GET['sign'];
复制代码
查找
template\default\member\getpasswd.htm
  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">
复制代码
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

小黑屋|手机版|Archiver|网站之家技术交流论坛 ( 粤ICP备09092995号 )

GMT+8, 2024-9-8 09:22 , Processed in 0.097324 second(s), 7 queries , File On.

Powered by Discuz! X3.4

© 2001-2023 Discuz! Team.

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