The settings will need to be changed directly in the database.
If you are using the internal database please use the following to get access to the database:
To reset the values, please use the following commands (substitute <tenant_id> with the id of the affected tenant)
UPDATE setting SET value='' where name = 'CONTENT_MANAGEMENT_AUTHOR_HOST' and tenant_id='<tenant_id'; UPDATE setting SET value='' where name = 'CONTENT_MANAGEMENT_AUTHOR_AUTH_URI' and tenant_id='<tenant_id'; UPDATE setting SET value = '/admin/navigation' where name = 'NAVIGATION_PRIMARY_URI' and tenant_id='<tenant_id'; DELETE from setting where name = 'CONTENT_MANAGEMENT_SAML_SESSION_URI' and tenant_id='<tenant_id';After this restart the portal with ./portal.sh