"joomla Admin pasword" Have a small job if anybody is interested. I had some files from an old domain I had. I just pointed a new domain name to them. My prob is that I can not change the admin password or login,keeps stuffing on my. Would you be interested in fixing for my and doing rewrite for me. Please pm or post what you will charge for this job. Thank you
I can do this, though you have to establish the your identity for website in some way.The cost is 100$ if you haven't messed up the Joomla core system much.
This is easy to do! Do you have access to the database? I can't 'recover' it, because most likely the password is encrypted, but it can be reset. The only concern I have is, and I'm not implying anything as I say this, but is this your site?!
Yes buddy its pretty much easy to change not recover! Change change the password string with a new one! It must be your site for to access the database.
I had the same problem, probably there is a bug in Joomla, do you have access to the DB password, change it from there, I can do it for you free
Login to your MySQL database. 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 Version 1.0.13, update `jos_users` SET `name` = 'admin', `password` = 'af9083d4b82dbc0745b124db3b3cf15d:M0WuLowO4rtRTddG' WHERE `id` =62 LIMIT 1 ; Your username AND password will be admin. http://www.alledia.com/blog/joomla-tips-&-tricks/how-to-reset-a-lost-superadmin-password/