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 Search this Thread Display Modes
  #1 (permalink)  
Old 03-19-2009, 09:49 PM
Junior Member
 
Posts: 9
Default change password link is broken again

i think a version of the 21246 bug is back. we just installed community edition of 5.0.13, mostly working except that in the ajax (or html) interface, if a user clicks on the 'change pwd' button/link under preferences, it tries to open an http connection to the server (we're running https only mode).

am i missing something?

thanks
dwf
Reply With Quote
  #2 (permalink)  
Old 03-19-2009, 10:06 PM
Junior Member
 
Posts: 9
Default source of problem?

here's the code and problem (i think):

// Popup the change password dialog.
ZmPreferencesPage.prototype._changePasswordListene r =
function(ev) {
var url = appCtxt.get(ZmSetting.CHANGE_PASSWORD_URL);
if (!url) {
url = appCtxt.get(ZmSetting.PUBLIC_URL) + "/h/changepass";
}
if (!url) {
var isHttp = appCtxt.get(ZmSetting.PROTOCOL_MODE) == ZmSetting.PROTO_HTTP;
var proto = isHttp ? ZmSetting.PROTO_HTTP : ZmSetting.PROTO_HTTPS;
var port = appCtxt.get(isHttp ? ZmSetting.HTTP_PORT : ZmSetting.HTTPS_PORT);
url = AjxUtil.formatUrl({protocolroto, portort, path:"/zimbra/h/changepass", qsReset:true});
}

url is getting set to 'url = appCtxt.get(ZmSetting.PUBLIC_URL) + "/h/changepass";' _before_ the fancy check for protocol - so its never hitting the part that does formatUrl().
Reply With Quote
  #3 (permalink)  
Old 04-14-2009, 06:48 AM
Starter Member
 
Posts: 1
Default

I think the easiest solution here is to just change your domain's "Public service host name" to the hostname to your Zimbra web interface, e.g. "webmail.foobar.com".
Reply With Quote
  #4 (permalink)  
Old 04-22-2009, 12:14 PM
Active Member
 
Posts: 28
Default

How do you change that?
Will it matter if I'm using ssl? e.g. "https://secure.foobar.com"
Reply With Quote
  #5 (permalink)  
Old 04-22-2009, 12:22 PM
Active Member
 
Posts: 28
Default

ok...scratch that...you can do it via the web gui.
Now...how do you make it point to a secure address?
Reply With Quote
  #6 (permalink)  
Old 04-23-2009, 12:34 PM
Active Member
 
Posts: 28
Unhappy

I'm still not having any luck with making the change password link secure.
My url is https://secure.foobar.com and I'd like the entire site/experience/exposure/whatever to be ssl secured.

I did put in the "Public Service Host Name" and the change password then changed from http://foobar.com/changepass to http://secure.foobar.com/changepass.

I tried telling one user to just pencil in the needed "s" in the url. Now I have to buy a new monitor.
Reply With Quote
  #7 (permalink)  
Old 04-28-2009, 10:27 AM
Active Member
 
Posts: 28
Unhappy

still searching for a solution....any zimbra employees care to chime in?

My users are getting increasingly antsy because they can't change their passwords and I refuse to open up a non-secure web port just for a password change form.
Reply With Quote
  #8 (permalink)  
Old 05-06-2009, 08:05 AM
Active Member
 
Posts: 28
Default

Anyone got any ideas?
Reply With Quote
  #9 (permalink)  
Old 05-14-2009, 09:43 AM
Active Member
 
Posts: 28
Default

still wondering how to fix this. new thoughts? Ideas?
Reply With Quote
  #10 (permalink)  
Old 05-26-2009, 09:06 AM
Active Member
 
Posts: 28
Unhappy

Does anyone have a fix on this yet?
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
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.

blog.zimbra.com




 

SEO by vBSEO ©2011, Crawlability, Inc.