Jira:Password:Postgres Reset - lbonanomi/notes GitHub Wiki

Jira PSQL password resets

PSQL Password Reset

Force a new password "JiraPassword" to a local user in a Postgres-backed Jira instance

update cwd_user set credential='{PKCS5S2}b3c19ePbQB4BAWzb6NogB7oTuSKOATvJxT1JP/1knh+fi1ZwJ8TGmnzmssJsBYvG' where user_name='JIRAP01';