Hello,
I have 2 instances - Crowd and Bitbucket. Crowd is acting as a user manager - there is where I make all the changes.
But how can normal users change their own passwords?
In bitbucket is says: "You cannot edit your password as it is stored in a read-only user directory."
Ok i get it, is normal but still how can a normal user change their password? Can they access somehow crowd and change their passwords?
Thanks
Yes, that's normal behavior.
When Bitbucket is connected to Crowd and the user directory is read-only, Bitbucket cannot change passwords itself. Password management must happen in the directory where the password is actually stored.
The answer depends on Crowd's backing directory:
Users can typically change their password through Crowd's user management interface (if self-service features are enabled and users can access Crowd).
Users generally cannot change their password in Bitbucket or Crowd unless password write-back is configured and supported. Instead, they must change it through:
In Crowd Administration:
Directories → Your Directory
Look at:
If the passwords are stored in AD, then Crowd is usually just authenticating against AD and users should change passwords in AD, not Crowd.
Yes, if:
However, if the underlying directory is an AD/LDAP directory configured as read-only, Crowd will generally not allow password changes there either.
So the key question is:
What type of directory are your Crowd users coming from?
That determines where users must go to change their passwords.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.