Zimbra offers Open Source email server software and shared calendar for Linux and the Mac
 
Go Back   Zimbra - Forums > Zimbra Collaboration Suite > Administrators

Welcome to the Zimbra - Forums!
Welcome, if you would like to post a comment please register. We also encourage you to explore all things Zimbra with our team and members of the community.

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 04-23-2007, 09:30 AM
Member
 
Posts: 10
Default Custom login screen for Zimbra

I want to customize the login screen of the webmail client?
The Login screen says Username (instead of email address) and some users get confused about this and complain about login failures because they don't enter their full email address to associate with a domain. My server is hosting more than one domain.

Also is it possible to add a company logo on the login screen and the main web mail screen? How can I do it? I do not exactly want to remove the Zimbra logo but I want to add something that will say something about my site. Is there a file that I need to hack to do this?

Also is there a way of passing parameters to Zimbra through http so that I can bypass the defacto Zimbra login screen?

I am using ZCS 4.5.3 Network Edition.
Reply With Quote
  #2 (permalink)  
Old 04-23-2007, 09:43 AM
Senior Member
 
Posts: 51
Default

Every caption you see on the login screen comes from a file that has all messages listed in it. It is somewhere in /opt/zimbra/tomcat/zimbra/. What you should do is find a more or less unique phrase from that login screen and run
Code:
grep "your phrase" /opt/zimbra/tomcat/zimbra/* -R
You will get a couple of files that hold that phrase. One of them will be the one that controls all the text in the entire web client. So you simply modify that file and get you need.

Good luck
Reply With Quote
  #3 (permalink)  
Old 04-26-2007, 12:31 PM
Intermediate Member
 
Posts: 16
Default

Quote:
Originally Posted by fredano View Post
I want to customize the login screen of the webmail client?

Also is it possible to add a company logo on the login screen and the main web mail screen? How can I do it? I do not exactly want to remove the Zimbra logo but I want to add something that will say something about my site. Is there a file that I need to hack to do this?
I'm not sure this is the best way to do, but that is what I did.
Modified '/opt/zimbra/tomcat/webapps/zimbra/skins/_base/logos/LoginBanner.png'
__________________
[Working together for better community]
Reply With Quote
  #4 (permalink)  
Old 04-28-2007, 04:20 AM
OpenSource Builder & Moderator
 
Posts: 1,158
Default

Quote:
I'm not sure this is the best way to do, but that is what I did.
Modified '/opt/zimbra/tomcat/webapps/zimbra/skins/_base/logos/LoginBanner.png'
Note unless you are using the Network Edition, you must NOT alter this file, it's part of the license and condition of using the opensource version! The zimbra logo must remain, unaltered, on the login page, and the web interface. You can change the position of the logo with regards to the skin, but it must remain visible as is.
Reply With Quote
  #5 (permalink)  
Old 05-01-2007, 11:28 AM
Intermediate Member
 
Posts: 16
Default

Quote:
Originally Posted by dijichi2 View Post
Note unless you are using the Network Edition, you must NOT alter this file, it's part of the license and condition of using the opensource version! The zimbra logo must remain, unaltered, on the login page, and the web interface. You can change the position of the logo with regards to the skin, but it must remain visible as is.
Of course, Zimbra logo and all other info are clearly displayed. I just add our info, so clients who login won’t confuse. I'm proud to show that we are using Zimbra.

Anyway, thanks for your reminder dijichi2!
__________________
[Working together for better community]
Reply With Quote
  #6 (permalink)  
Old 05-02-2007, 10:06 PM
Special Member
 
Posts: 100
Default changed the image. Found missing while logging

Hi

I changed the image at "/opt/zimbra/tomcat/webapps/zimbra/skins/_base/logos/LoginBanner.png but" found that I cannot see any image now while logging to Zimbra. Even for the new image, I used the same name.

I also restarted tomcat and zimbra services too.

Is there anything else I have to do?

Thanks in advance
Reply With Quote
  #7 (permalink)  
Old 05-03-2007, 09:09 AM
Intermediate Member
 
Posts: 16
Default

Quote:
Originally Posted by mansuper View Post
Hi

I changed the image at "/opt/zimbra/tomcat/webapps/zimbra/skins/_base/logos/LoginBanner.png but" found that I cannot see any image now while logging to Zimbra. Even for the new image, I used the same name.

I also restarted tomcat and zimbra services too.

Is there anything else I have to do?

Thanks in advance
Try to put original image back and see you got it back. Then problem will be format of your new image. If not, you might have some other problem. I didn't need to restart any services. Put new image and just refresh the browser. That's all I did. I edit my image with GIMP.

Hope that will help,
__________________
[Working together for better community]
Reply With Quote
  #8 (permalink)  
Old 05-03-2007, 09:30 AM
Zimbra Consultant
 
Posts: 5,814
Default

Quote:
Originally Posted by alimovz View Post
Every caption you see on the login screen comes from a file that has all messages listed in it. It is somewhere in /opt/zimbra/tomcat/zimbra/. What you should do is find a more or less unique phrase from that login screen and run
Code:
grep "your phrase" /opt/zimbra/tomcat/zimbra/* -R
You will get a couple of files that hold that phrase. One of them will be the one that controls all the text in the entire web client. So you simply modify that file and get you need.

It's mainly in:
/opt/zimbra/tomcat/webapps/zimbra/WEB-INF/classes/msgs/ZmMsg.properties

ZhMsg.properties would be html client obviously
__________________
-Mike Morse (MCode151)

ZCS-to-ZCS Migrations & Moves | Admin Tools & Tidbits » ZimbraBlog.com | ZimbraCommunity.com
Reply With Quote
  #9 (permalink)  
Old 05-03-2007, 08:09 PM
Special Member
 
Posts: 100
Default

Quote:
Originally Posted by htin View Post
Try to put original image back and see you got it back. Then problem will be format of your new image. If not, you might have some other problem. I didn't need to restart any services. Put new image and just refresh the browser. That's all I did. I edit my image with GIMP.

Hope that will help,
Hi,

Thanks for your reply. I did it. But, I lost the original image too. Even the image I tried to use was in .PNG format of the same size. Can anyone know what the problem could be? How to resolve it?

Thanks
Reply With Quote
  #10 (permalink)  
Old 05-04-2007, 04:19 AM
Member
 
Posts: 10
Default

You may want to check the permisions of the new file you created. Also ownership of the files. Did you create or copy the file while logged in as root?

Quote:
Originally Posted by mansuper View Post
Hi,

Thanks for your reply. I did it. But, I lost the original image too. Even the image I tried to use was in .PNG format of the same size. Can anyone know what the problem could be? How to resolve it?

Thanks
Reply With Quote
Reply


Thread Tools
Display Modes


Similar Threads

Why Join?

Registering let's you ask questions, makes it easier to search, displays any files attached to posts, and notifies you about replies.

Zimbrablog.com




 

Search Engine Optimization by vBSEO 3.1.0