Skip to content

Releases: DarvinStudio/DarvinUserBundle

5.3.1

23 Jan 08:25
Compare
Choose a tag to compare
Merge remote-tracking branch 'origin/master'

Registration confirmation

02 Nov 09:28
Compare
Choose a tag to compare

New config setting 'confirm_registration' has been added. Default is false.

darvin_user:
    confirm_registration: true

if confirm_registration is true the new user account will not be enabled before he will not have confirmed it by code from email. The email message sends automatically, twig template is placed to DarvinUserBundle:User/email/confirmation:code.html.twig. Also the bundle has two new templates

  1. @DarvinUser/User/confirmation/confirm_email_sent.html.twig - when user sends registration form
  2. @DarvinUser/User/confirmation/confirmation_success.html.twig - when user click the confirmation link from email

if confirm_registration is false the behavior is previous.

5.2.0

27 Jul 12:40
Compare
Choose a tag to compare
Update e-mail templates.

5.1.0

29 May 07:51
Compare
Choose a tag to compare
Implement "security_login_form()" and "security_registration_form()" …

5.0.13

25 May 06:50
Compare
Choose a tag to compare
Resolve configuration parameters in the DarvinUserExtension::prepend().

5.0.12

18 Apr 11:26
Compare
Choose a tag to compare
Update admin section config.

5.0.11

18 Apr 05:29
Compare
Choose a tag to compare
Replace admin sidebar icon.

5.0.10

14 Apr 09:25
Compare
Choose a tag to compare
Reconfigure admin menu.

5.0.9

14 Feb 05:55
Compare
Choose a tag to compare
OAuth user provider: remove authentication token from storage on error.

5.0.8

27 Jan 13:08
Compare
Choose a tag to compare
Fix admin translations.