user password reset url changed + twilio settings moved to system settings
This commit is contained in:
parent
eb59ecf9c1
commit
6fbc5bd2f9
13 changed files with 244 additions and 50 deletions
|
@ -47,6 +47,14 @@ namespace WebsitePanel.EnterpriseServer
|
|||
public const string PACKAGE_DISPLAY_SETTINGS = "PackageDisplaySettings";
|
||||
public const string RDS_SETTINGS = "RdsSettings";
|
||||
public const string WEBDAV_PORTAL_SETTINGS = "WebdavPortalSettings";
|
||||
public const string TWILIO_SETTINGS = "TwilioSettings";
|
||||
|
||||
|
||||
//Keys
|
||||
public const string TWILIO_ACCOUNTSID_KEY = "TwilioAccountSid";
|
||||
public const string TWILIO_AUTHTOKEN_KEY = "TwilioAuthToken";
|
||||
public const string TWILIO_PHONEFROM_KEY = "TwilioPhoneFrom";
|
||||
|
||||
public const string WEBDAV_PASSWORD_RESET_ENABLED_KEY = "WebdavPswResetEnabled";
|
||||
|
||||
// key to access to wpi main & custom feed in wpi settings
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue