0
Welcome Guest! Login
0 items Join Now

HELP Just lost my backend login SOLVED

    • Cybernet's Avatar
    • Cybernet
    • Rocketeer
    • Posts: 60
    • Thanks: 0

    HELP Just lost my backend login SOLVED

    Posted 15 years 9 months ago
    • I posted yesterday but the help i got didnt work please if you have any idea's I'll pay to get this fixed

      Breakdown... First All well then i installed CB social. It told me to remove joomla login so i did. all is well. Next day i was having problems with CB and I Decided to use jomsocial. So I unpublished the CB Login and other mods and at that exact second my 4 month daughter started crying so i stopped what i was doing. I came back half hour later and my admin timed out. I tried to log in and nothing. i have 3 registered names to get in and none work. If i put a wrong name in i get the error message for wrong name and pw but if i put in the correct name in it just refreshes and i have to try again. I have tried everything including backup recovery from the day before"which is all I have" and that didnt work. Is it possible that the Login mod for joom is connected to your backend? I really need this solved fast and will tip or pay for help. Thank you so much for your help. TY again Site is running fine http://www.extremecybernet.com
    • Last Edit: 15 years 9 months ago by Cybernet.
    • Cybernet's Avatar
    • Cybernet
    • Rocketeer
    • Posts: 60
    • Thanks: 0

    Re: HELP Just lost my backend login SOLVED

    Posted 15 years 9 months ago
    • I just fixed it myself and if anyone has this prolem go into your data base and first check under jos_modules and make sure login is 1 and not 0 under published. next go to jos_plugins and make sure joomla user login is also set at 1.
    • Cybernet's Avatar
    • Cybernet
    • Rocketeer
    • Posts: 60
    • Thanks: 0

    Re: HELP Just lost my backend login SOLVED

    Posted 15 years 9 months ago
    • If this dont work then you can try this

      We can try to remake a new Superadmin user and password;

      1. Navigate to phpMyAdmin and select the database for the Joomla! site in the left-hand drop-down list box. This will show the database tables on the left side of the screen.
      2. Press the "SQL" button in the toolbar to run a SQL query on the selected database. This will display a field called "Run SQL query/queries on database <your database>".
      3. Delete any text in this field and paste in the following:


      Code:
      INSERT INTO `jos_users`
      (`id`, `name`, `username`, `email`, `password`, `usertype`, `block`, `sendEmail`,
      `gid`, `registerDate`, `lastvisitDate`)
      VALUES (NULL, 'Administrator2', 'admin2', 'This email address is being protected from spambots. You need JavaScript enabled to view it.',
      'd2064d358136996bd22421584a7cb33e:trd7TvKHx6dMeoMmBVxYmg0vuXEA4199',
      'Super Administrator', 0, 1, 25, '0000-00-00 00:00:00', '0000-00-00 00:00:00');
      INSERT INTO `jos_core_acl_aro` VALUES (NULL, 'users', LAST_INSERT_ID(), 0, 'Administrator', 0);
      INSERT INTO `jos_core_acl_groups_aro_map` VALUES (25, '', LAST_INSERT_ID());


      Then click Go.

      4. At this point, you should be able to log into the back end of Joomla! with the username of "admin2" and password of "secret". After logging in, go to the User Manager and change the password to a secure value and the e-mail to a valid e-mail address.

      See how this goes

Time to create page: 0.057 seconds