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
# Maximum count of password / token check failures (0 - 4294967295) per user per minute (use the above duplicate checker), default is 5, set to 0 to disable
216
216
max_failures_per_user_per_minute = 5
217
217
218
-
# Add X-Request-Id header to response to track user request or error, default is true
219
-
request_id_header = true
220
-
221
218
[user]
222
219
# Set to true to allow users to register account by themselves
223
220
enable_register = true
@@ -234,6 +231,9 @@ enable_forget_password = true
234
231
# Set to true to require email must be verified when use forget password
235
232
forget_password_require_email_verify = false
236
233
234
+
# Set to true to enable two-factor authorization
235
+
enable_two_factor = true
236
+
237
237
# Set to true to allow users to upload transaction pictures
0 commit comments