Contents
passwordcheck
A contrib module for checking that user passwords meet certain criteria
passwordcheck
is a contrib module for checking that user passwords meet certain criteria.
passwordcheck
was added in PostgreSQL 9.0 to provide a sample implementation for code using the hook "check_password_hook
".
Change history
- PostgreSQL 9.0
- added (commit c742b795)
References
- PostgreSQL documentation: passwordcheck