Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我看过各种帖子,可以帮助您在密码过期时重置密码(使用各种方式 ACC、数据库更新等)。但是,有没有办法让管理员密码永不过期?我们围绕这个管理界面构建了很多自动化,每次必须更改这个密码时都会变得很麻烦。如果我们可以使密码永不过期,那就太好了。
将enabled属性设置/atg/dynamo/security/passwordchecker/ExpiredPasswordAdminService/为false。
enabled
/atg/dynamo/security/passwordchecker/ExpiredPasswordAdminService/
false
下面是一个示例ExpiredPasswordAdminService.properties文件。您将需要在适当的配置层中创建它:
ExpiredPasswordAdminService.properties
$class=atg.security.ExpiredPasswordAdminService # Enable/Disable the password expiration service enabled=false