Commit 14534c06 authored by 刘祥's avatar 刘祥

修复日志获取不到用户名问题

parent aea4fb96
...@@ -125,6 +125,7 @@ public class IndexController extends Controller { ...@@ -125,6 +125,7 @@ public class IndexController extends Controller {
username = this.getPara("username"); username = this.getPara("username");
password = this.getPara("password"); password = this.getPara("password");
} }
this.setAttr("username", username);
//校验密码是否符合强度设置 //校验密码是否符合强度设置
String verify = password; String verify = password;
password = HashKit.sha256(password); password = HashKit.sha256(password);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment