For anyone who stumbles upon this, I think "nopass" in the cwd_user database means that the user comes from an external directory and no password data is saved in the database. Authorization is instead passed to the external directory e.g. via LDAP or SAML.
Where are you seeing "nopass"?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Where?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
Could you provide more information. You are not specified any details.
Thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I want to be a related system,you need to get user name and password,but read jira coresponding interface does not directly take the password interface,want to remove the username and password directly through the cwd_user table ,but some passwords are encrypted or nopass,how can I get the plaintext password.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The credential value of that table is intentionally encrypted, salted, and hashed. I don't know of any way for you to decrypt that password, but I think that is by design. Check out https://community.atlassian.com/t5/Questions/Decode-my-password/qaq-p/47343 both @Nic Brough -Adaptavist- and @VitalyA would tend to agree here.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You could reverse a hash, but given the Earth's current computing power, it would be trillions of years and you'd still end up with billions of potential passwords (clashes). This is why we use hashes, rather that storing easily-cracked passwords.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.