mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-23 18:03:11 +00:00
Document configuration of the digest algorithm and provide a commented-out example.
This commit is contained in:
@@ -22,4 +22,12 @@
|
|||||||
# using the DSpace password system will automatically become members of
|
# using the DSpace password system will automatically become members of
|
||||||
# this group. This is useful if you want a group made up of all internal
|
# this group. This is useful if you want a group made up of all internal
|
||||||
# authenticated users.
|
# authenticated users.
|
||||||
# login.specialgroup = group-name
|
# login.specialgroup = group-name
|
||||||
|
|
||||||
|
##### Password hashing algorithm #####
|
||||||
|
|
||||||
|
# You may select any digest algorithm available through
|
||||||
|
# java.security.MessageDigest on your system. At least MD2, MD5, SHA-1,
|
||||||
|
# SHA-256, SHA-384, and SHA-512 should be available, but you may have
|
||||||
|
# installed others. If not set, SHA-512 will be used.
|
||||||
|
# digestAlgorithm = SHA-512
|
||||||
|
Reference in New Issue
Block a user