You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Many modern web applications require users to verify their email address at one point or another. This is especially important when you have a billing process that sends receipts to your users.
Before we run our migrations, we need to make one change to the generated migration to enforce data integrity of user account credentials. In our case, we want a user’s credentials to be deleted when the parent user is removed.
Verify new/changed email address flow
Many modern web applications require users to verify their email address at one point or another. This is especially important when you have a billing process that sends receipts to your users.
https://dockyard.com/blog/2017/09/06/adding-email-verification-flow-with-phoenix
Expected Behavior
The text was updated successfully, but these errors were encountered: