You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In net.lab1024.sa.admin.module.system.login.serviceUnderLoginService#getLoginResult:
//Universal password login, no need to set mandatory password changeStringloginIdByToken = (String) StpUtil.getLoginIdByToken(token);
if (loginIdByToken != null && loginIdByToken.startsWith(SUPER_PASSWORD_LOGIN_ID_PREFIX)) {
loginResultVO.setNeedUpdatePwdFlag(false);
}
The password can be debugged through debugging, which involves security issues and is temporarily not publicly available.
Repair suggestions
Just delete the above code.
The text was updated successfully, but these errors were encountered:
Smartmin has a universal password
Download the latest file
Download the latest source code on GitHub
Find the universal password
In
net.lab1024.sa.admin.module.system.login.serviceUnderLoginService#getLoginResult
:The password can be debugged through debugging, which involves security issues and is temporarily not publicly available.
Repair suggestions
Just delete the above code.
The text was updated successfully, but these errors were encountered: