PasswordHash
PasswordHash
Like in the topic, PasswordHash - How to decode it?
well, if you really need to have text passwords, put into your pol.cfg
RetainCleartextPasswords=1
After that, the account must be successfully logged into for the account's password to be put into accounts.txt.
And no, there is no way to get the actual text password from within game by a reference. The only closest things are:
who.acct.checkpassword(pass) where pass is what you think the password is. It will return true or false if that was correct.
and
who.acct.setpassword(pass) where pass is what you're changing the password to.
RetainCleartextPasswords=1
After that, the account must be successfully logged into for the account's password to be put into accounts.txt.
And no, there is no way to get the actual text password from within game by a reference. The only closest things are:
who.acct.checkpassword(pass) where pass is what you think the password is. It will return true or false if that was correct.
and
who.acct.setpassword(pass) where pass is what you're changing the password to.