- Community Home
- >
- Software
- >
- HPE Morpheus Software
- >
- HPE Morpheus Enterprise
- >
- How to change the login background with custom pic...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2023 01:00 AM
10-25-2023 01:00 AM
How to change the login background with custom picture
Hello,
How can we change the login background using a custom image?
I’ve found the CSS settings but don’t know how we can apply it using a custom image from the Morpheus server’s NFS path or local Any sample or guidelines, please?
Thanks,
Aung
- Tags:
- whitelabel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2023 05:15 AM
10-25-2023 05:15 AM
Re: How to change the login background with custom picture
One method is hosting the image in Archives within Morpheus. We don’t allow injection from alternate URLs, but Archives will create a public URL for the image you upload wiht the Morpheus URL.
Just quickly pointing at an image I already have in my environment, I get:
I just used this CSS:
.login-body {
background-image: url('path/to/your/image.jpg');
background-size: cover; /* Adjust this as needed */
background-repeat: no-repeat; /* Optional: prevents image tiling */
}
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2023 09:02 AM
10-25-2023 09:02 AM
Re: How to change the login background with custom picture
Thanks a lot. I must use the Archive option.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2025 03:33 AM
04-04-2025 03:33 AM
Re: How to change the login background with custom picture
(post deleted by author)