Add custom error and not found pages, and implement SAML authentication configuration
- Created a new error page (error.twig) with a user-friendly design for displaying error messages. - Created a new not found page (not-found.twig) to handle 404 errors with appropriate messaging and actions. - Added a SAML authentication configuration file (settings-custom.php) to support group-based admin assignment and user provisioning.
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
defined('XIBO') or die("Sorry, you are not allowed to directly access this page.<br /> Please press the back button in your browser.");
|
||||
|
||||
$config = array(
|
||||
'theme_name' => 'otssignange',
|
||||
'theme_name' => 'otssigns',
|
||||
'theme_title' => 'OTS Signs',
|
||||
'app_name' => 'OTS Signage',
|
||||
'theme_url' => 'CMS Homepage',
|
||||
|
||||
Reference in New Issue
Block a user