mirror of
https://github.com/capricornxl/ad-password-self-service.git
synced 2025-08-11 20:41:08 +08:00
悠resetpwd.views 将所有format2username兼容处理,防止当用户名为空时,能正确抛出异常给前端页面。 修复resetpwd.views callback_check中一个BUG(如果用户不存在或未激活,会存在通过format2username拿不到用户名的情况,在这里就直接抛出user_info整个json)