diff options
author | danieldg <danieldg@e03df62e-2008-0410-955e-edbf42e46eb7> | 2009-03-04 00:07:56 +0000 |
---|---|---|
committer | danieldg <danieldg@e03df62e-2008-0410-955e-edbf42e46eb7> | 2009-03-04 00:07:56 +0000 |
commit | 2089dfce5734a21ccdbbe133cb8499e2168cd281 (patch) | |
tree | 47443ff00ca9e636dc5e0c8ffacc2f1f0fef666a /conf/opers.conf.example | |
parent | d66ce94423efeba77c8ce51454b90eeab7cb627f (diff) |
Add more documentation to example configs [jdhore]
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11165 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'conf/opers.conf.example')
-rw-r--r-- | conf/opers.conf.example | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/conf/opers.conf.example b/conf/opers.conf.example index 957b41284..9bcf6856a 100644 --- a/conf/opers.conf.example +++ b/conf/opers.conf.example @@ -122,8 +122,9 @@ # hash: what hash this password is hashed with. requires the module # for selected hash (m_md5.so, m_sha256.so or m_ripemd160.so) be - # loaded and the oper password hashing module (m_password_hash.so) + # loaded and the password hashing module (m_password_hash.so) # loaded. Options here are: "md5", "sha256" and "ripemd160". + # Create hashed password with: /mkpasswd <hash> <password> hash="sha256" # password: a hash of your password (see above option) hashed |