]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - docs/conf/opers.conf.example
Remove the ripemd160 module.
[user/henk/code/inspircd.git] / docs / conf / opers.conf.example
index 8259a1598e556e44b0572371462b969c8b34879d..c388230b40337300b50fdba23baa9d3c0c175303 100644 (file)
       name="Adam"
 
       # hash: the hash function this password is hashed with. Requires the
-      # module for the selected function (bcrypt, md5, sha1, sha256, or
-      # ripemd160) and the password hashing module (password_hash) to be
-      # loaded.
+      # module for the selected function (bcrypt, md5, sha1, or sha256) and
+      # the password hashing module (password_hash) to be loaded.
+      #
       # You may also use any of the above other than bcrypt prefixed with
       # either "hmac-" or "pbkdf2-hmac-" (requires the pbkdf2 module).
       # Create hashed passwords with: /mkpasswd <hash> <password>