PDA

View Full Version : Account managemnt


12345
03-09-2009, 07:32 AM
Is there possible to manage user account? Example ban him or change pass and email. Maybe some script?

BMR777
03-09-2009, 06:19 PM
Not currently in this release, no. You can change email and password manually in the database though. Look around here, there's one or two topics that say how to change the email / password.

Quillink
03-10-2009, 12:04 AM
Oh, you can change their passwords? I thought it was encrypted.

BMR777
03-10-2009, 05:36 PM
It uses a MD5 hash for the password, so just MD5 hash the new password and insert into the database for the user. :)

Ashje
03-11-2009, 03:23 AM
Easy. Go to your MyPHP Admin and click "Users". Then click the little X to delete who you want or the little Pencil to edit account details.

12345
03-11-2009, 03:27 AM
Is there posible to put this MD5 hash automaticaly? And theres another missing files. Here in the account.php is code:
/*
<a href='changepassword.php'>Change Password</a><br>
<a href='changeemail.php'>Change Email Address</a><br>";
*/
I try to create them and remove:
/*
*/
but I get error page. Now I search script that will reset password(resetpass.php) and account manager. Theres planty of them in hotscripts.com