CWO
Joined: 04 Feb 2006 Posts: 691 Location: Chicago, IL USA
|
Posted: Wed Jul 05, 2006 7:00 am Post subject: |
|
|
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. |
|