Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix flawed logic in the UpdateUserProfileInformation action #68

Merged
merged 6 commits into from
Sep 20, 2020
Merged

Fix flawed logic in the UpdateUserProfileInformation action #68

merged 6 commits into from
Sep 20, 2020

Conversation

DarthShmev
Copy link
Contributor

The issue at hand has already been disclosed in #67 . In short, this PR prevents the package from forcing a user to reverify their email when simply updating their profile information (without changing their email).

Closes #67

@SanderMuller
Copy link

Perhaps a test should be added that verifies the user only gets unverified on email change and a reverification notification gets sent when the email address is changed, so this does not break again in the future.

@taylorotwell taylorotwell merged commit 3b7b59b into laravel:1.x Sep 20, 2020
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.

UpdateUserProfileInformation Action unverifies user's email regardless of change
3 participants