WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
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
270
270
max_failures_per_user_per_minute = 5
271
271
272
+
[auth]
273
+
# Set to true to enable two-factor authorization
274
+
enable_two_factor = true
275
+
276
+
# Set to true to allow users to reset password
277
+
enable_forget_password = true
278
+
279
+
# Set to true to require email must be verified when use forget password
280
+
forget_password_require_email_verify = false
281
+
272
282
[user]
273
283
# Set to true to allow users to register account by themselves
274
284
enable_register = true
@@ -279,15 +289,6 @@ enable_email_verify = false
279
289
# Set to true to require email must be verified when login
280
290
enable_force_email_verify = false
281
291
282
-
# Set to true to allow users to reset password
283
-
enable_forget_password = true
284
-
285
-
# Set to true to require email must be verified when use forget password
286
-
forget_password_require_email_verify = false
287
-
288
-
# Set to true to enable two-factor authorization
289
-
enable_two_factor = true
290
-
291
292
# Set to true to allow users to upload transaction pictures
0 commit comments