passwordcheck
passwordcheck
checks user passwords and reject weak password
Overview
| ID | Extension | Package | Version | Category | License | Language |
|---|---|---|---|---|---|---|
| 7990 | passwordcheck | passwordcheck | - | SEC | PostgreSQL | C |
| Attribute | Has Binary | Has Library | Need Load | Has DDL | Relocatable | Trusted |
|---|---|---|---|---|---|---|
--sL--- | No | Yes | Yes | No | no | no |
| Relationships | |
|---|---|
| See Also | pg_auth_mon credcheck pgaudit login_hook auth_delay set_user sepgsql |
Packages
| PG18 | PG17 | PG16 | PG15 | PG14 | PG13 |
|---|---|---|---|---|---|
- | - | - | - | - | - |
This is a built-in contrib extension ship with the PostgreSQL kernel
Install
Add this extension to shared_preload_libraries:
shared_preload_libraries = 'passwordcheck'; -- comma-separated listCreate this extension with:
CREATE EXTENSION passwordcheck;Last updated on