Skip to content

Instantly share code, notes, and snippets.

@izazueta
Created June 5, 2012 21:38
Show Gist options
  • Save izazueta/2878230 to your computer and use it in GitHub Desktop.
Save izazueta/2878230 to your computer and use it in GitHub Desktop.
Joomla: Agregar usuario administrador con instalación manual
INSERT INTO `#__users` VALUES (62, 'Administrator', 'admin', 'your-email@email.com', '21232f297a57a5a743894a0e4a801fc3', 'Super Administrator', 0, 1, 25, '2005-09-28 00:00:00', '2005-09-28 00:00:00', '', '');
INSERT INTO `#__core_acl_aro` VALUES (10,'users','62',0,'Administrator',0);
INSERT INTO `#__core_acl_groups_aro_map` VALUES (25,'',10);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment