mirror of
https://gitee.com/jmix/cuba.git
synced 2024-12-05 04:38:10 +08:00
Limit loginTrusted for certain clients
This commit is contained in:
parent
0b63c80a2d
commit
8e62218a25
@ -41,7 +41,7 @@ public interface ServerConfig extends Config {
|
||||
String getTrustedClientPassword();
|
||||
|
||||
@Property("cuba.trustedClientPermittedIpMask")
|
||||
@DefaultString("127.0.0.1")
|
||||
@DefaultString("127\\.0\\.0\\.1")
|
||||
String getTrustedClientPermittedIpMask();
|
||||
|
||||
@Property("cuba.security.resetPasswordTemplateBody")
|
||||
|
Loading…
Reference in New Issue
Block a user