Hi @zhaoyawei,
cwd_user is the database table for storing JIRA data. Here is the data model link to Atlassian documentation.
Regards,
Priyanka
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @zhaoyawei,
As the password is encrypted it's always recommended to reset the password to recover the user access as explained in this document.
Regards,
Priyanka
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
To be clear, the password is not encrypted, it is salted and hashed. It is not stored by Jira.
It is mathematically possible to get a plain text password back from a hash, but it's practically infeasible at the moment.
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.