Backend Account Migration Logic #162
Labels
No labels
Bug
Cleanup/Refactor
Core Feature
Documentation
Feature
Performance Improvement
Security Improvement
UX/Accessibility
Unreproducable Bug
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Blocks
#160 Cytube Account Migration
rainbownapkin/canopy
Reference: rainbownapkin/canopy#162
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?
Create backend logic for converting ingested account dump, into a freshly created canopy account with all account metadata cleanly injected into the new profile.
Passwords should be checked against old hashes, and re-made using new hashing function. Email addresses should be re-verified.
Also make sure new accounts created the normal way cant use usernames present in the migration DB.
added #160 as parent issue
changed the description
Canopy now prevents users from signing up with an email/username which is already present in the migration database:
da9428205fImplemented Profile Migration Backend:
6cbb726764