RachWalm / VolunteerVillage

Project 4 for Code Institute
0 stars 1 forks source link

User Story: if delete profile can/can't reuse the username #91

Open RachWalm opened 9 months ago

RachWalm commented 9 months ago

Story

As a user , I can ensure that profiles don't get mixed up so that I can have my data secure.

Acceptance Criteria

Tasks

RachWalm commented 8 months ago

It was decided that although originally the functionality was pointing to 'User' therefore the allauth model when doing the delete that it would be better to just allow users to delete their profile if they wished and then they could rejoin the site using their original username. Also it avoids risk from legacy data later on. Therefore the delete functions now don't point to the user then point to their personal data in the profile models so you are just deleting their data so complies with GDPR, but the access is still available to start again.