30.11.2013, 16:21
like knackworst wrote, you need to use WP_Hash function each time player enters i.e. his password. After entering the password, hashed password is saved into player's stats.
When the player tries to log in, text that he enters in dialog box is hashed and compared to saved one, which is also hashed. I can't give you any code examples right now, get some GM and see it's register and log in code.
When the player tries to log in, text that he enters in dialog box is hashed and compared to saved one, which is also hashed. I can't give you any code examples right now, get some GM and see it's register and log in code.