View Single Post
  #4 (permalink)  
Old 03-05-2008, 07:49 PM
mmorse mmorse is offline
Moderator
 
Posts: 6,236
Default

If the user can't do the workaround of switching to the HTML client just for the password change your options are:
a) Upgrade to 5.0.2 4.5.11 & 5.0.2 Released!
b) Change your mail mode so that you can bring up the password change page: CLI zmtlsctl to set Web Server Mode - Zimbra :: Wiki (& check SMTP Auth Problems - Zimbra :: Wiki afterwards)
c) Change it for him using methods such as CLI:
Quote:
su - zimbra
zmprov sp user@domain.com password
Or SOAP would be:
Quote:
<SetPasswordRequest>
<id>{value-of-zimbraId}</id>
<newPassword>...</newPassword>
</SetPasswordRequest>
Reply With Quote