I lost my administrator log-in form from back-end. Can any one please help to recover it?
相关问题
- Laravel Option Select - Default Issue
- HTML form is not sending $_POST values
- How to use Control.FromHandle?
- Xamarin. The name 'authorEntry does not exist
- HTML <form> tag causing Rails form to submit
相关文章
- Show a different value from an input that what wil
- How can I detect/watch “dirty-status” of an angula
- Why form submit opens new window/tab?
- Setting Angular 2 FormArray value in ReactiveForm?
- Rails: Using form fields that are unassociated wit
- How to get the “value” of a FilteringSelect <se
- Django 'ManagementForm data is missing or has
- When is Angular's FormArray a traditional arra
You have to log in your database (via phpmyadmin) and run this query (workig for joomla version 2.5 and 3):
* You have to change
jos31_
with your database table prefix.Then you could log in to your joomla with username: "admin2" and password "secret".
Here is the complete tutorial how you could recover admin password in joomla.
Good Luck!