With the current installation process, creating a back-end administrator requires registering a user from the front-end and then escalating that user to belong to group_id = 8 in #__user_usergroup_map directly in the database. While not a big deal, it might be nice to add a generic admin account during install. Or, would that be creating a potential security issue by having known default admin information?
Ah, thanks. I used the manual install process described in the README.
Just put in a quick PR to note this in the README
Maybe we should "deprecate" the manual install if the CLI installer is "stable", or at least change the order making it option 1 ;)
I like the idea of encouraging the use of the CLI installer, especially
since issues are currently retrieved via CLI as well.
Best,
Matt Thomas
Founder betweenbrain http://betweenbrain.com/™
Lead Developer Construct Template Development
Frameworkhttp://construct-framework.com/
Phone: 203.632.9322
Twitter: @betweenbrain
Github: https://github.com/betweenbrain
On Thu, Dec 20, 2012 at 11:43 AM, Nikolai Plath notifications@github.comwrote:
Maybe we should "deprecate" the manual install if the CLI installer is
"stable", or at least change the order making it option 1 ;)—
Reply to this email directly or view it on GitHubhttps://github.com/JTracker/jissues/issues/51#issuecomment-11580598.
If you use the CLI installer, this is taken care of. Sounds like another round of documentation updates are in order.