Problem: Failed logins always try log in against legacy upstream
Solution: Make the login fallback optional and deactivate it in the default config. I'm leaving the code in here mostly because I want to revisit it and make it modular so I can later on plug my own FreeIPA things :)
This commit is contained in:
parent
4557395a86
commit
10532dc4e8
2 changed files with 27 additions and 15 deletions
|
@ -106,7 +106,8 @@ define('UI_PLAYLISTCONTROLLER_OBJ_SESSNAME', 'PLAYLISTCONTROLLER_OBJ');
|
|||
define('UI_BLOCK_SESSNAME', 'BLOCK');*/
|
||||
|
||||
//WHMCS integration
|
||||
define("WHMCS_API_URL", "https://account.sourcefabric.com/includes/api.php");
|
||||
define("LIBRETIME_ENABLE_WHMCS", false);
|
||||
define("WHMCS_API_URL", "https://account.example.org/includes/api.php");
|
||||
define("SUBDOMAIN_WHMCS_CUSTOM_FIELD_NAME", "Choose your domain");
|
||||
|
||||
//Sentry error logging
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue