FEATURE: reduce suspicious distance logins warning to 100km (#18767)

Suspicious login emails are incredibly rare, we are concerned they are in
fact too rare. Attempt to reduce the distance down to 100km.
This commit is contained in:
Sam 2022-10-28 10:01:11 +11:00 committed by GitHub
parent 249f322ac9
commit d99293d837
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -498,7 +498,7 @@ login:
default: false
max_suspicious_distance_km:
hidden: true
default: 500
default: 100
discourse_connect_url:
default: ""
regex: '^https?:\/\/.+[^\/]$'