Joomla admin password reset


/ Published in: SQL
Save to your folder(s)

Reset joomla super admin password to ”admin“


Copy this code and paste it in your HTML
  1. UPDATE `jos_users`
  2. SET password='21232f297a57a5a743894a0e4a801fc3'
  3. WHERE id = 62

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.