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
[ ] If IsDeleted = true, and the red button is pressed, IsDeleted should be changed to false
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.
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