Extension : credcheck, to enforce username and password checks in PostgreSQL

Поиск
Список
Период
Сортировка
От MigOps via PostgreSQL Announce
Тема Extension : credcheck, to enforce username and password checks in PostgreSQL
Дата
Msg-id 162557523356.701.13577661101889360949@wrigleys.postgresql.org
обсуждение исходный текст
Список pgsql-announce
 

Extension : credcheck, to enforce username and password checks in PostgreSQL

MigOps is pleased to announce the release of the Extension : 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.

For more details on this extension, please read the article here.

For any feedback on this extension or trouble with this extension, please contact us.

 

В списке pgsql-announce по дате отправления:

Предыдущее
От: Alexey Borzov via PostgreSQL Announce
Дата:
Сообщение: pg_builder 1.0.0 and pg_wrapper 1.0.0 packages for PHP released
Следующее
От: JDBC Project via PostgreSQL Announce
Дата:
Сообщение: PostgreSQL JDBC 42.2.23 Released