Implementing warning to encourage user to change their password before it is expired
Environment
None
Activity
Show:
Carlos Ruiz
August 29, 2019, 8:53 AM
Nicolas Micoud
May 21, 2018, 2:07 PM
hi ,
Please find a patch that show the popup only for users who reset their passwords (AD_User.IsNoPasswordReset)
Regards,
Nicolas
nb: patch is weird as there are lots of false changes.
But the patch only add
if (!MUser.get(Env.getCtx(), Env.getAD_User_ID(Env.getCtx())).isNoPasswordReset()) {
}