添加了登陆,修改密码,注册三个页面的csrf;
添加了usernameCheck的valuedation检测方法; urls.py 添加了register,change_password页面。
This commit is contained in:
@@ -8,7 +8,8 @@ define("validation",
|
||||
'validator/date',
|
||||
'validator/integer',
|
||||
'validator/between',
|
||||
'validator/confirm'],
|
||||
'validator/confirm',
|
||||
'validator/usernameCheck'],
|
||||
function () {
|
||||
|
||||
});
|
||||
Reference in New Issue
Block a user