From: Raphaƫl Gertz Date: Wed, 11 Aug 2021 18:51:09 +0000 (+0200) Subject: Switch to RapsysUserBundle::getAlias X-Git-Tag: 0.2.0~63 X-Git-Url: https://git.rapsys.eu/.gitweb.cgi/userbundle/commitdiff_plain/4f7c241cab3374b8fb7a99555d15afa745c78b92?hp=4f7c241cab3374b8fb7a99555d15afa745c78b92 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 ---