用户管理模块
1、用户类型添加 2、新增vpn服务器ip修改
This commit is contained in:
@@ -745,5 +745,9 @@ public final class Constants {
|
||||
|
||||
public static final String POLICIES_MENU_ID=Configurations.getStringProperty("policies_menu_id", "86");
|
||||
|
||||
|
||||
public static final String NTC_IP_REUSE_USER_CREATE = Configurations.getStringProperty("userCreate","");
|
||||
public static final String NTC_IP_REUSE_USER_PASSWORD = Configurations.getStringProperty("userPasswordSet","");
|
||||
public static final String NTC_IP_REUSE_USER_DELETE = Configurations.getStringProperty("userDelete","");
|
||||
public static final String NTC_IP_REUSE_USER_GET = Configurations.getStringProperty("userGet","");
|
||||
public static final String NTC_IP_REUSE_USER_LIST = Configurations.getStringProperty("userList","");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user