Add User management
Opened this issue · 5 comments
Use FOSUSerBundle as a sample
I think there should be a seperate bundle to easily integrate user management in GeneratorBundle. I saw that you already have some UserBundle, but it's not really done :)
👍 for use UserBundle as an example
If we are using only FOSUserBudle, than everytime you create an application you would have to style login/register/forgot password pages. Maybe there should exist a bundle that solve that problem.
I would just create a bundle that extends FOSUserBundle and already has all the pages properly styled. This would save quite a lot of time.
@matejvelikonja symfony2admingenerator/UserBundle is exacly what you're talking about
it may not have all possible FOSUB options/templates configured, but we can work on that, PRs are welcome
I'm aware of that bundle, it's should be also updated to AdminLTE2. Maybe I will do a PR, if I find some time :)