Joomla.it Forum
Componenti per Joomla! => Gestione utenti e community => : lakeman 19 Sep 2008, 19:33:01
-
Ho eliminato per errore l'utente AMMINISTRATORE. Quindi adesso non riesco più ad accedere al pannello di controllo perché la password non viene più riconosciuta.
Devo andare in PHPmyAdmin ? Che devo fare ? Grazie per aiuto !
-
è impossibile. se l'hai fatto sei stato il primo a riuscirci. Sicuro di non aver cambiato pass?
-
GRAZIE, RISOLTO ! NON SO BENE COSA AVESSI COMBINATO... MA HO RISOLTO PROBLEMA RISOLTO GRAZIE AD OTTIMO SITO: www.alledia.com/blog/joomla-tips-%26-tricks/
(How to Reset a Lost SuperAdmin Password)
If you do lose your SuperAdmin password for Joomla, don't worry because theres an easy way to get it back. Just login to your MySQL database and run this query for versions up to Joomla 1.0.12.
UPDATE `jos_users` SET `name` = 'admin', `password` = '21232f297a57a5a743894a0e4a801fc3' WHERE `id` =62 LIMIT 1 ;