Skip to content

Conversation

@jrushlow
Copy link
Collaborator

@jrushlow jrushlow commented May 11, 2020

Adds support for email verification in make:registration-form by means of the Symfony Cast's Verify Email Bundle

  • Verify Bundle Release

closes #542

Copy link
Member

@weaverryan weaverryan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks solid - lets push it across the finish!

@jrushlow jrushlow changed the title WIP - symfonycasts verify-email-bundle Implement email verification upon user registration May 13, 2020
@jrushlow jrushlow marked this pull request as ready for review May 14, 2020 22:15
Copy link
Member

@weaverryan weaverryan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks awesome - very close!


$form = $crawler->selectButton('Register')->form();
$form['registration_form[email]'] = 'jr@rushlow.dev';
$form['registration_form[plainPassword]'] = 'makeDockerComingSoon!';
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👀


$client->request('GET', $context['signedUriComponents']->getSignedUrl());

self::assertTrue(($query->getSingleResult())->isVerified());
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What an awesome test!

@jrushlow jrushlow force-pushed the feature/verify-bundle branch 2 times, most recently from 8e6b9a8 to 0e2a1b5 Compare May 25, 2020 00:30
@weaverryan weaverryan force-pushed the feature/verify-bundle branch 3 times, most recently from 0ad6575 to 2188851 Compare May 29, 2020 13:30
@weaverryan weaverryan force-pushed the feature/verify-bundle branch from 2188851 to 83447ae Compare May 29, 2020 13:44
@weaverryan
Copy link
Member

Awesome work Jesse - thank you!

@weaverryan weaverryan merged commit 208b4b9 into symfony:master May 29, 2020
@jrushlow jrushlow deleted the feature/verify-bundle branch May 29, 2020 15:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Verification system after registration

2 participants