Jump to content

getAccountPassword ?


AHSS

Recommended Posts

Posted

there isnt, ur right, but, you can setAccountData ( player element, "Password", password ) and after get it using getAccountData ( player element, "Password" )

Posted

Yes as Will says, if you want to find out the accounts passwords, open internal.db with SQLite Database Browser and you can find there the accounts with the passwords, but be aware that the passwords are crypted in MD5, you can easy decrypt them.

Posted

Nope, no getAccountPassword and that's probably for obvious security reasons. All you need to do with a password is to check if it's correct, and you can do that with getAccoun() and logIn().

Posted
there isnt, ur right, but, you can setAccountData ( player element, "Password", password ) and after get it using getAccountData ( player element, "Password" )

Wrong, you need a account element but a player element.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...