diff options
Diffstat (limited to 'doc/src/sgml/passwordcheck.sgml')
| -rw-r--r-- | doc/src/sgml/passwordcheck.sgml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/sgml/passwordcheck.sgml b/doc/src/sgml/passwordcheck.sgml index e46e3dfa03..2da1f52650 100644 --- a/doc/src/sgml/passwordcheck.sgml +++ b/doc/src/sgml/passwordcheck.sgml @@ -1,4 +1,4 @@ -<!-- $PostgreSQL: pgsql/doc/src/sgml/passwordcheck.sgml,v 1.1 2009/11/18 21:57:56 tgl Exp $ --> +<!-- $PostgreSQL: pgsql/doc/src/sgml/passwordcheck.sgml,v 1.2 2010/04/03 07:22:55 petere Exp $ --> <sect1 id="passwordcheck"> <title>passwordcheck</title> @@ -10,8 +10,8 @@ <para> The <filename>passwordcheck</filename> module checks users' passwords whenever they are set with - <xref linkend="SQL-CREATEROLE" endterm="SQL-CREATEROLE-title"> or - <xref linkend="SQL-ALTERROLE" endterm="SQL-ALTERROLE-title">. + <xref linkend="SQL-CREATEROLE"> or + <xref linkend="SQL-ALTERROLE">. If a password is considered too weak, it will be rejected and the command will terminate with an error. </para> |
