[SOLVED] Unable to change password

Discuss your pilot or production implementation with other Zimbra admins or our engineers.
Post Reply
Inglebard
Posts: 28
Joined: Fri Jul 20, 2018 9:18 am

[SOLVED] Unable to change password

Post by Inglebard »

Hi,

I notice today, users are not able to change password.

When they click on change password, on firefox they get a popup with a blank page, on firefox they redirected on a internal port 8443.

A fix for that ?
Last edited by Inglebard on Thu Aug 09, 2018 3:22 pm, edited 1 time in total.
User avatar
gabrieles
Outstanding Member
Outstanding Member
Posts: 233
Joined: Tue Feb 14, 2017 9:40 am

Re: Unable to change password

Post by gabrieles »

Check these parameters for your domain:
zimbraPublicServiceHostname
zimbraPublicServicePort
zimbraPublicServiceProtocol

if they're blank, set it to the right values (eg. zimbraPublicServiceProtocol "https" zimbraPublicServicePort "443" zimbraPublicServiceHostname "mywebmailpage.mydomain.com"
Inglebard
Posts: 28
Joined: Fri Jul 20, 2018 9:18 am

Re: Unable to change password

Post by Inglebard »

Hi,

Thanks for your answer.

It fix the issue.

I also discover this : https://wiki.zimbra.com/wiki/Steps_to_f ... _webclient
User avatar
L. Mark Stone
Ambassador
Ambassador
Posts: 2796
Joined: Wed Oct 09, 2013 11:35 am
Location: Portland, Maine, US
ZCS/ZD Version: 10.0.6 Network Edition
Contact:

Re: [SOLVED] Unable to change password

Post by L. Mark Stone »

Those variables are available in Global Config, so if you set them there they will be inherited each time you make a new domain, and then you won't need to set them on a per-domain basis -- except to change them from the defaults.

Hope that helps,
Mark

Code: Select all

zimbra@zimbra:~$ zmprov desc -a zimbraPublicServiceHostname
zimbraPublicServiceHostname
    Name to be used in public API such as REST or SOAP proxy.

               type : string
              value : 
           callback : 
          immutable : false
        cardinality : single
         requiredIn : 
         optionalIn : domain,globalConfig
              flags : domainInfo,domainInherited
           defaults : 
                min : 
                max : 256
                 id : 377
    requiresRestart : 
              since : 
    deprecatedSince : 

zimbra@zimbra:~$ 
___________________________________
L. Mark Stone
Mission Critical Email - Zimbra VAR/BSP/Training Partner https://www.missioncriticalemail.com/
AWS Certified Solutions Architect-Associate
Post Reply