Dear Support Team,
Would it be possible to use sql command or plugin to maintain account password ? Thank you.
Where? What system(s) are you thinking of?
You should not even think about doing it with SQL, it's not going to be pleasant.
Dear Nic,
We use confluence 5.8.2 which installed in ubuntu . Because we will modify some account password each month, we try to find out solution about the question. Thank you.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ok, you definitely don't want to try that with SQL, it will break.
If you want to force password changes, you could script something that hits the "reset my password" link for the account, but setting one automatically is probably best done with an add-on such as Script Runner.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Dear Nic,
Can we use sql command to delete or disable account ?
Probably I can use the plugin https://marketplace.atlassian.com/plugins/com.artemistech.confluence.plugins.bulkuserupload/server/support and use delete account together to do the same result.
(Additional information: I don't know how to use script runner, so I use alternative way to make the same result)
Thank you.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
No, I already said you don't want to do this with SQL (You can, but you will need to stop the service first, and understand the database in detail)
I would strongly recommend an add-on for doing this, as it will go through the API and do it properly.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.