summaryrefslogtreecommitdiff
path: root/docs/lib/passlib.hash.postgres_md5.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/lib/passlib.hash.postgres_md5.rst')
-rw-r--r--docs/lib/passlib.hash.postgres_md5.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/lib/passlib.hash.postgres_md5.rst b/docs/lib/passlib.hash.postgres_md5.rst
index cddaae1..72144e5 100644
--- a/docs/lib/passlib.hash.postgres_md5.rst
+++ b/docs/lib/passlib.hash.postgres_md5.rst
@@ -53,7 +53,7 @@ This algorithm it not suitable for *any* use besides manipulating existing
PostgreSQL account passwords, due to the following flaws:
* It's use of the username as a salt value means that common usernames
- (eg ``admin``, ``root``, ``postgres``) will occur more frequently as salts,
+ (e.g. ``admin``, ``root``, ``postgres``) will occur more frequently as salts,
weakening the effectiveness of the salt in foiling pre-computed tables.
* Since the keyspace of ``user+password`` is still a subset of ascii characters,