Changes between Version 4 and Version 5 of RightToErasure
- Timestamp:
- Apr 5, 2018, 11:55:08 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
RightToErasure
v4 v5 13 13 - You will receive an email which contains a link. Please click on that link. 14 14 - On the page displayed, you will need to re-enter your password and then click “Delete my Account” 15 - At this point the account is scheduled to be deleted. The actual deletion will occur within 48 hours.16 15 17 At any point before the delete occurs you can return to this page and cancel the scheduled deletion.16 At this point all information about your account will be immediately deleted.” 18 17 }}} 19 18 Once the user provides their password, an email is sent to the user with a link that is similar to: … … 22 21 <base_url>/confirm_delete_account.php?userid=<userid>&token=<token> 23 22 }}} 24 When they click on the link they will be taken to a page that asks them if they are sure that they want to delete their account. They must re-enter their password and click the button that says "delete account" in order to have there account deleted. The y will be informed that their account has been scheduled to be deleted within the next 48 hours.23 When they click on the link they will be taken to a page that asks them if they are sure that they want to delete their account. They must re-enter their password and click the button that says "delete account" in order to have there account deleted. The account will be immediately deleted at this point and the user will be redirected to the project's home page. 25 24 26 25 If the user returns to the request_delete_account.php while they have an active token, the page will ask them to check their email for the email that was sent and then provide them with an option to generate a new email if they cannot find the first one. This will again require the user to enter their password to generate the email. 27 28 If the user returns to the request_delete_account.php while the delete is scheduled they will see a message that states that there account is scheduled to be deleted but that they can cancel the deletion by clicking a button.29 26 30 27 == Technical Implementation == … … 49 46 * public_cross_project_id varchar(254) not null 50 47 * delete_time not null default unix_timestamp() 51 52 === Altered Tables ===53 user54 * delete_request_time int nullable55 48 56 49 === Token Generation ===