Perdi a Password

Moderator: ariadneduvessa

Locked
ritasoares
Joomla! Fledgling
Joomla! Fledgling
Posts: 2
Joined: Tue Jul 31, 2007 1:06 pm

Perdi a Password

Post by ritasoares » Sun May 04, 2008 4:52 pm

Um amigo por brincadeira resolveu alerar a minha password num site em joomla. Para não dar parte de fraca resolvi ir ao php my admin e alterei a password para algo muito mais simples "rita". Acontece que ela estava encriptada. A partir daí berrou... o site está feito com joomla 1.5.1. Encontrei solução para o problema mas que não funciona com esta versão. Será possível que vou ter que fazer tudo de novo? Preciso mesmo que me ajudem...
Oque eu fiz?
1º passo:
f 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 ;

For 1.0.13:

UPDATE `jos_users` SET `name` = 'admin', `password` = 'af9083d4b82dbc0745b124db3b3cf15d:M0WuLowO4rtRTddG' WHERE `id` =62 LIMIT 1 ;

Your username will now be admin and your password will be admin also.

If you're running an older version of Joomla or Mambo, you might need to change jos_users to mos_users.

If you'd like to change your password to something other than admin, go to http://www.allhype.co.uk/tools/md5/ and you can encrypt your password using MD5 - the same system Joomla uses.

2º passo:
Tutorial Joomla: Recover lost password in Joomla
Have you ever lost your Joomla password – how annoying is it! Well here’s a quick tutorial on how to reset your password.

Joomla uses one-way hash function (MD5) to set passwords so you cannot simply log into phpMyAdmin and get your password. You can however use phpMyAdmin to reset your password.


Log in to your phpMyAdmin account

Select your MySQL database from the left hand drop down menu

Scroll down to jos_users and select the browse button
Now click on the pencil next to your admin account, to edit the values
Look down the function column and the row that contains the password information.
Set the function column to MD5 from the drop down menu
Now type in your required password in the field next to where you selected MD5
Save your changes by clicking the GO button at the bottom of the page
Login to your admin section of your website and check your new password has been setup correctly

Posto isto... não sei mais o que dizer

User avatar
samp
Joomla! Guru
Joomla! Guru
Posts: 504
Joined: Sat Sep 03, 2005 5:58 am
Location: Sao Paulo, Brazil

Re: Perdi a Password

Post by samp » Mon May 05, 2008 12:15 am

vc não deixou o login ativo no frontend? se deixou, daria para clicar em "esqueci minha senha"... :D
Quem não deve.... não teme! ;)

ritasoares
Joomla! Fledgling
Joomla! Fledgling
Posts: 2
Joined: Tue Jul 31, 2007 1:06 pm

Re: Perdi a Password

Post by ritasoares » Mon May 05, 2008 12:40 pm

Infelizmente não :(

User avatar
pchardnet
Joomla! Ace
Joomla! Ace
Posts: 1888
Joined: Thu Aug 18, 2005 5:34 pm
Location: BH/MG - Brasil
Contact:

Re: Perdi a Password

Post by pchardnet » Mon May 05, 2008 1:56 pm

Rita,

sige este tutorial - http://www.joomlaminas.org/joomla/tutor ... rador.html

Esta modificação de senha independe da versão do Joomla!.
Talvez você tenha esquecido de algo por estar "meio nervosa" :D


Locked

Return to “Portuguese Forum”