07-10-2016, 08:29 PM
The ability for admins to change user passwords won't be rolled out in the public release, so I think you're fine replacing admin_user.php with all the code from this file...
http://hastebin.com/jeguzomahe.xml
If you would rather do the custom trick, just create a file in usersc called admin_user.php and change the line that says
to
<pre></pre>
and you will be good to go.
http://hastebin.com/jeguzomahe.xml
If you would rather do the custom trick, just create a file in usersc called admin_user.php and change the line that says
Code:
<?php require_once 'init.php'; ?>
<pre>
Code:
<?php require_once 'http://yourdomain.com/users/init.php'; ?>
and you will be good to go.