![]() |
Account managemnt
Is there possible to manage user account? Example ban him or change pass and email. Maybe some script?
|
RE: Account managemnt
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.
|
RE: Account managemnt
Oh, you can change their passwords? I thought it was encrypted.
|
RE: Account managemnt
It uses a MD5 hash for the password, so just MD5 hash the new password and insert into the database for the user. :)
|
RE: Account managemnt
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.
|
RE: Account managemnt
Is there posible to put this MD5 hash automaticaly? And theres another missing files. Here in the account.php is code:
Code:
/* /* */ 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 |
All times are GMT -5. The time now is 05:53 PM. |
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.