Email Address Change #69
Labels
No labels
Bug
Cleanup/Refactor
Core Feature
Documentation
Feature
Performance Improvement
Security Improvement
UX/Accessibility
Unreproducable Bug
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: rainbownapkin/canopy#69
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Add an option under the profile page to update email address.
This should send both a verification email to the new address to confirm, as well as a notification email to the old address to notify it of change.
Refer to: https://cheatsheetseries.owasp.org/cheatsheets/Authentication_Cheat_Sheet.html#changing-a-users-registered-email-address
added #35 as parent issue
changed the description
changed the description
Email change back-end complete:
a51152a89dJust need to finish prompt in profile.
Finished up with email verification system:
40c004795bRe-worked profile page for UI as well.