In our dev/testing system, it requires to use different password each time changing password. This check is done in FND_WEB_SEC package, it checks fnd_user_preferences table using following sql:
fnd_user_preferences where module_name like 'PWDVALREUSE'
and the profile option 'Signon Password No Reuse', it means number of times.
So I'm lazy again, simply delete fnd_user_preferences and set "Signon Password No Reuse" to 0, thus I can use my previous password.
本文介绍了一种在特定系统中绕过密码重用限制的方法。通过删除fnd_user_preferences表中的记录并设置'SignonPasswordNoReuse'选项为0,用户可以重复使用之前的密码。
1870

被折叠的 条评论
为什么被折叠?



