diff options
author | Peter Eisentraut <peter@eisentraut.org> | 2020-08-28 08:19:12 +0200 |
---|---|---|
committer | Peter Eisentraut <peter@eisentraut.org> | 2020-08-28 08:19:12 +0200 |
commit | 42aaed60c83ff51aa736f50ad96e43653fc539da (patch) | |
tree | b5e7270ba76f8efecde3870036260884a37b7b91 /doc/src | |
parent | 924123a87f40c12063a2bb2500805447cddc02a3 (diff) | |
download | postgresql-42aaed60c83ff51aa736f50ad96e43653fc539da.tar.gz postgresql-42aaed60c83ff51aa736f50ad96e43653fc539da.zip |
doc: Update cracklib URL
Author: Daniel Gustafsson <daniel@yesql.se>
Reviewed-by: Laurenz Albe <laurenz.albe@cybertec.at>
Discussion: https://www.postgresql.org/message-id/flat/f7266133-618a-0adc-52ef-f43c78806b0e%402ndquadrant.com
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/passwordcheck.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/passwordcheck.sgml b/doc/src/sgml/passwordcheck.sgml index 4128b6cc4f6..0d89bb95b9d 100644 --- a/doc/src/sgml/passwordcheck.sgml +++ b/doc/src/sgml/passwordcheck.sgml @@ -25,7 +25,7 @@ <para> You can adapt this module to your needs by changing the source code. For example, you can use - <ulink url="https://sourceforge.net/projects/cracklib/">CrackLib</ulink> + <ulink url="https://github.com/cracklib/cracklib">CrackLib</ulink> to check passwords — this only requires uncommenting two lines in the <filename>Makefile</filename> and rebuilding the module. (We cannot include <productname>CrackLib</productname> |