Created
June 5, 2012 21:38
-
-
Save izazueta/2878230 to your computer and use it in GitHub Desktop.
Joomla: Agregar usuario administrador con instalación manual
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
INSERT INTO `#__users` VALUES (62, 'Administrator', 'admin', '[email protected]', '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