mirror of
https://github.com/discourse/discourse.git
synced 2024-11-27 01:03:38 +08:00
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:
parent
249f322ac9
commit
d99293d837
|
@ -498,7 +498,7 @@ login:
|
|||
default: false
|
||||
max_suspicious_distance_km:
|
||||
hidden: true
|
||||
default: 500
|
||||
default: 100
|
||||
discourse_connect_url:
|
||||
default: ""
|
||||
regex: '^https?:\/\/.+[^\/]$'
|
||||
|
|
Loading…
Reference in New Issue
Block a user