...
To activate the “dropdown" button box on login page, update the config.json
file by setting the status of the "loginPage” according to the configuration file displayed below. You can specify a different label that will be shown for a specific tenant name. E.g. tenant name is “X124” but “IT Germany” “admin” should be shown.
Once updated, upload the modified file to the "Resources" section. This action will ensure that the "dropdown box" button is displayed.
...
Code Block |
---|
{ "loginPage": { "tenants": [ {"label": "actionhandler", "value": "actionhandler"}, {"label": "IT Germanyadmin", "value": "X124"}, {"label": "adoassignment", "value": "pmassignment"}, {"label": "adminbasic", "value": "adminbasic"} ], "additionalHtml": "\n\t\t\t<div><b>config.json Test</b></div>\n\t\t\t\n\t\t\t<div>\n\t\t\t\tAT349_loginSiteNeedsToBeConfigurable\t\n\t\t\t</div>" } } |
...