ITU-BDSA23-GROUP12 / Chirp

Communication platform
MIT License
0 stars 0 forks source link

As a user I want to be able to reactivate as an author after "deleting my account". #311

Closed palleBrandt closed 11 months ago

palleBrandt commented 11 months ago

User Story As a user I want to be able to reactivate as an author after "deleting my account".

Description of the solution you'd like When you press the red button on about me page, the boolean IsDeleted in author is set to true. We want to implement that if you press it again, it will be set to false.

Definition of Done

palleBrandt commented 11 months ago

We went a different direction. You are now completely deleted from everything (GDPR) if forget me is pressed. You can then afterwards create a new user with the same credentials if wanted.