You can adjust the au2mator Self-Service Portal to fit your CI. Here we show you how.
TABLE OF CONTENTS
Change Portal Logo
The Portal Logo and other Styling Elements can be overwritten with a Custom CSS File.
Create a file called "custom.css" and store that file in the "CustomSpace" Folder. The Folder need to be placed in your au2mator inetpub Dir.
- So, when you install au2mator with standards settings, the file Path should look like this.
- "C:\inetpub\au2mator\wwwroot\CustomSpace\custom.css"
Store your custom Logo in the same directory and add the following CSS Text to your custom.css
.app-sidebar-logo-default {
content: url('../../CustomSpace/customlogo.png');
}
Change Portal Favicon
We have already written an article for this.
See our How to customize Favicon for more Details
Change Portal Name
To change the Portal Name you see in the Browser Tab, please run the following SQL Command in your au2mator DB.
Change "au2mator Self-Service Portal" to your Value.
update Settings
set Label = 'au2mator Self-Service Portal'
where Type ='31'
See our Where to find au2mator DB Information for more Details
After a Refresh you should see the Result in your Browser
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article