diff options
-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> |