mirror of
https://github.com/discourse/discourse.git
synced 2024-11-30 12:05:20 +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
|
default: false
|
||||||
max_suspicious_distance_km:
|
max_suspicious_distance_km:
|
||||||
hidden: true
|
hidden: true
|
||||||
default: 500
|
default: 100
|
||||||
discourse_connect_url:
|
discourse_connect_url:
|
||||||
default: ""
|
default: ""
|
||||||
regex: '^https?:\/\/.+[^\/]$'
|
regex: '^https?:\/\/.+[^\/]$'
|
||||||
|
|
Loading…
Reference in New Issue
Block a user