Page 1 of 1
Custom login screen
Posted: Mon Oct 18, 2010 3:42 pm
by ahenderson
Is there a way to alter the default Atrium login screen? I just want to alter the .png background and move the location of the input fields. What is the best way to accomplish this?
Re: Custom login screen
Posted: Mon Oct 18, 2010 4:08 pm
by David
It is not currently possible to move the location of the input fields, although the .png background image can be modified or replaced.
The image file it's using is located at /www/profoundui/htdocs/profoundui/proddata/images/atrium_login.png
Re: Custom login screen
Posted: Tue Jun 07, 2011 2:50 pm
by joerattz
Is there an ability to change anything else with the Atrium login page, like the background color or to specify or edit a stylesheet? When I look at the page's source, the styles are embedded. I am hoping there is a way to specify a stylesheet.
Re: Custom login screen
Posted: Tue Jun 07, 2011 2:57 pm
by David
If you are using Profound UI version 3 or higher, the Atrium sign on page is done differently now.
It's actually an external HTML file located at:
/www/profoundui/htdocs/profoundui/userdata/html/atrium_login.html
This page is "yours" to do with as you want -- you can change the content, link in style sheets, whatever you need.
Since all files shipped with the product are overwrittne on product update, I would actually recommend making a copy of this file and working from there. You can copy it into the same directory, but with a different name.
To make the standard /profoundui/atrium link work with your custom page, you'll need to remap that URL in the Apache configuration file.
Of course, then you'll need to be mindful of instructing the installer not to overwrite your http configuration when you are updating the product.
Re: Custom login screen
Posted: Tue Jun 07, 2011 3:00 pm
by David
The only thing you don't want to change in there are the HTML element ids, the script tag for the "signon.js" file, and the "onload" function call.
These are used to make the page actually work, and cannot be changed.
However, you are free to change the layout of the HTML and also anything having to do with CSS/styling.