#1141 Fix review remarks by @games647
- Use SHA512 to generate keys instead of default SHA1 - Declare google authenticator dependency as optional and add relocation rule
This commit is contained in:
@@ -197,7 +197,7 @@ public enum MessageKey {
|
||||
/** Your secret code is %code. You can scan it from here %url */
|
||||
TWO_FACTOR_CREATE("two_factor.code_created", "%code", "%url"),
|
||||
|
||||
/** Please submit your two-factor authentication code with /2fa code <code>. */
|
||||
/** Please submit your two-factor authentication code with /2fa code <code>. */
|
||||
TWO_FACTOR_CODE_REQUIRED("two_factor.code_required"),
|
||||
|
||||
/** Two-factor authentication is already enabled for your account! */
|
||||
|
||||
Reference in New Issue
Block a user