How to know the password length of a already created user?
I would need to know the password length of all my databases users to check if they accomplish a minimum length required by my Security department.
I know the PASSWORD_VERIFY_FUNCTION in profiles, but it is just useful for NEW passwords. I need to check the CURRENT passwords.
Does anyone know how to obtain that information?
Thank you in advance and Regards,