You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
We imported users into Crowd in bulk.
While importing, we used a default password for all of them.
Now we want all of them to reset their passwords. How do we do that?
I found this - https://jira.atlassian.com/browse/CONF-30236 but it's marked as duplicate of another issue that seems still open.
Hi Sumedh,
There is no such a way to do this for now. I have created a new feature request for Crowd as the mentioned link is for Confluence:
https://jira.atlassian.com/browse/CWD-4058
I investigate this issue further and find a workaround that might work for your end. Please try the following steps:
Execute this SQL and note the directory_id of the directory that the newly imported users were imported
SELECT * FROM cwd_directory;
Once you get the directory_id, execute this SQL query: This will reset all users from the directory
UPDATE cwd_user_attribute SET attribute_value = 'true' WHERE attribute_name = 'requiresPasswordChange' AND directory_id = <Input Directory ID>;
Hope it helps.
Cheers,
Septa Cahyadiputra
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.