|
How to add more administrator accounts to Admin panel? |
Top Previous Next |
|
You can enter your PHPmyAdmin console and run the following command:
INSERT INTO administrator SET username='a_desired_login', `password` =PASSWORD('a_desired_password')
|