How to reset joomla admin login

ARUN Posted in JOOMLA, Software Issues
0

To reset joomla admin login to phpmyadmin >> Tableprefix_users >> Edit Administrator >>

SAVE THE CURRENT PASSWORD ENCRYPTED CODE FIELD

then change it some new password and from drop down near select the “MD5″ and save.

Now you can login to joomla with the new login details.

If you want to reset the password as the same old one just copy the earlier saved “PASSWORD ENCRYPTED CODE FIELD”

View soholaunch admin password

ARUN Posted in Software Issues
0

Login to phpmyadmin >> Open up the soholaunch database >>  Find the table named  “Login” >> Select the “”browse option to view the un and pw.

OR

Login through Shell.

Find the Un and Database nam. It should be like “un_sope” or something is customised

# mysql

# show databases;

# use databasename;

# show tables;

# SELECT * FROM login;

This should show you the Un and Pw