protonemedia / laravel-verify-new-email

This package adds support for verifying new email addresses: when a user updates its email address, it won't replace the old one until the new one is verified.
https://protone.media/en/blog/an-add-on-to-laravels-built-in-email-verification-only-update-a-users-email-address-if-the-new-one-is-verified-as-well
MIT License
404 stars 30 forks source link

Send a notification to the 'old' email address #8

Open pascalbaljet opened 3 years ago

pascalbaljet commented 3 years ago

Inspired by this tweet: https://twitter.com/HelloAidanCasey/status/1427700895513464841

aeq-dev commented 2 years ago

+1

mattvb91 commented 2 years ago

@pascalbaljet sorry about the ping but I couldnt tag brady in here for some reason and I can see you updated his feature/notify-old-email branch. Any chance of getting this in? This is the only thing missing for me

bradyrenting commented 2 years ago

@pascalbaljet sorry about the ping but I couldnt tag brady in here for some reason and I can see you updated his feature/notify-old-email branch. Any chance of getting this in? This is the only thing missing for me

You probably couldn't tag me because I haven't created an issue or commented on one before. I'm also no longer working at Protone Media.

Just realized I also implemented a feature in this branch to recover an account after their email address has been changed. I believe this needs some more testing, because of the risks it could bring if there's something wrong or not working.

I'm also hoping this will get merged soon 😁