password testing
876817Jan 16 2012 — edited Jan 17 2012trying to test the password function. if we get the message pw is about to expire, we want to call our password change form and force them to change. how do you test this? i tried to:
alter profile mytestprofile
LIMIT PASSWORD_REUSE_TIME 1/24;
i thought this would force a change in 1 hour so i should be getting the message since the
PASSWORD_GRACE_TIME is set to 7. what am i doing wrong? any help is greatly appreciated