Notifications
Clear all
Topic starter
Hi,
We would like to set up a web page form where our users could reset their password -- just like we have in the game, but on a webpage (to help people who are playing a new version of the game and need their login, and don't have the old version handy). Is there any way to do that with a php script, using the same encryption method used in the game?
thanks
Dave
Posted : 23/07/2020 8:57 pm
Since you're doing a PHP webpage then you don't need to use the web services, your PHP developer should just include /lib/api.php in its PHP page and then use the core Account class like it does in the function wsResetPassword of the webservice /users.php
FRANCESCO CROCETTI @ SKARED CREATIONS
Posted : 27/07/2020 8:50 pm
Topic starter
Thanks for the tips. Got it working.
Posted : 12/08/2020 2:50 pm