1、找到主题/user/forget_password.htm 和 reset_password.htm 两个文件


改成

2、找到 lecms/control/user_control.class.php 大概在287行

$reset_url = $this->_cfg['weburl'].'user/index.php?user-resetpwd-auth-'.$userauth.'.html';
改成
$reset_url = $this->_cfg['weburl'].'index.php?user-resetpwd-auth-'.$userauth.$_ENV['_config']['url_suffix'];

 

3、后台-清除文件缓存

特别声明:本站所有资源均为学习测试使用,请在下载后48小时之内自主删除,本站以学习为目的不承担任何法律责任!