[MigOps](https://www.migops.com/) is pleased to announce the release of the Extension : [credcheck](https://github.com/MigOpsRepos/credcheck) to enforce username and password standards in PostgreSQL.
Following are some of the standards implemented with this extension. - username_min_length & password_min_length - username_min_special & password_min_special - username_min_digit & password_min_digit - username_min_upper & password_min_upper - username_min_lower & password_min_lower - username_min_repeat & password_min_repeat - username_contain_password & password_contain_username - username_contain & password_contain - username_not_contain & password_not_contain - username_ignore_case & password_ignore_case You can download the source code from [here](https://github.com/MigOpsRepos/credcheck). For more details on this extension, please read the article [here](https://www.migops.com/blog/2021/07/02/credcheck-extension-to-enforce-username-and-password-checks-in-postgresql/). For any feedback on this extension or trouble with this extension, please [contact us](https://www.migops.com/contact-us/).