You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/config.md
+8-6
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
<!-- AUTO-GENERATED FILE! Do not edit this directly -->
2
-
<!-- File auto-generated on Sun Oct 30 12:57:15 CET 2016. See docs/config/config.tpl.md -->
2
+
<!-- File auto-generated on Sun Nov 13 10:33:55 CET 2016. See docs/config/config.tpl.md -->
3
3
4
4
## AuthMe Configuration
5
5
The first time you run AuthMe it will create a config.yml file in the plugins/AuthMe folder,
@@ -245,10 +245,12 @@ settings:
245
245
passwordHash: 'SHA256'
246
246
# Salt length for the SALTED2MD5 MD5(MD5(password)+salt)
247
247
doubleMD5SaltLength: 8
248
-
# If password checking return false, do we need to check with all
249
-
# other password algorithm to check an old password?
250
-
# AuthMe will update the password to the new password hash
251
-
supportOldPasswordHash: false
248
+
# If a password check fails, AuthMe will also try to check with the following hash methods.
249
+
# Use this setting when you change from one hash method to another.
250
+
# AuthMe will update the password to the new hash. Example:
251
+
# legacyHashes:
252
+
# - 'SHA1'
253
+
legacyHashes: []
252
254
# Prevent unsafe passwords from being used; put them in lowercase!
253
255
# You should always set 'help' as unsafePassword due to possible conflicts.
254
256
# unsafePasswords:
@@ -461,4 +463,4 @@ To change settings on a running server, save your changes to config.yml and use
461
463
462
464
---
463
465
464
-
This page was automatically generated on the [AuthMe/AuthMeReloaded repository](https://github.com/AuthMe/AuthMeReloaded/tree/master/docs/) on Sun Oct 30 12:57:15 CET 2016
466
+
This page was automatically generated on the [AuthMe/AuthMeReloaded repository](https://github.com/AuthMe/AuthMeReloaded/tree/master/docs/) on Sun Nov 13 10:33:55 CET 2016
0 commit comments