]> Raphaël G. Git Repositories - userbundle/commit
Switch to RapsysUserBundle::getAlias
authorRaphaël Gertz <git@rapsys.eu>
Wed, 11 Aug 2021 18:51:09 +0000 (20:51 +0200)
committerRaphaël Gertz <git@rapsys.eu>
Wed, 11 Aug 2021 18:51:09 +0000 (20:51 +0200)
commit4f7c241cab3374b8fb7a99555d15afa745c78b92
treeb584624454e7f54ab21f721392782b67c8115bfe
parent67386c1992816b267b3c482352a6500dd1424e0c
Switch to RapsysUserBundle::getAlias
Only activate account in confirm
Remove extra from confirm route
Add hash check on mail field in edit
Restrict edition of user to only admin and same logged user
Use common LoginType for login and recover
Prefill mail in login if available
Prefill mail in register if available
Create unactivated user in register
Log new user in emergency log
Add route arguments in register form action to allow resubmit
Use mail as default password if not provided
Existing user in register get redirected to  to user edit form on regist
Move doctrine and manager in binded method arguments
Get alias from RapsysUserBundle::getAlias
Cleanup
Controller/DefaultController.php