[Cryptpad] - Pads not removed after account deleted? #955
Labels
No labels
🔥
administration
Akkoma
Android
Bare metal
bug
Communication
Community
Cryptpad
Discussion
Documentation
duplicate
enhancement
etherpad
Feature request
Feedback
finances
Fixed
forgejo
fun_project
Goal 2024
Goal 2025
help wanted
housekeeping
Howto
In progress
🤔️ Investigate
Invoice Ninja
ios
jitsi
lacre
Lacre Test
ldap
Lemmy
LibreTranslate
low prio
Lufi
macos
Mail
Merch
monitoring
movim
needs_refine
New Auth
Nextcloud
nice to have
on hold
proposal
question
Ready
refined
Roundcube
searX
SPAM Issues
spam-protection
Staging Server
sysadmin
Themes
TOR
upstream issue
Website
windows
wontfix
xmpp
Yearly Report
No milestone
No project
No assignees
3 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Disroot/Disroot-Project#955
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?
User pointed out his pad was still available even though the account was removed.
I see in the admin interface:
Account deletion is permanent. Your CryptDrive and your list of documents will be deleted from the server. The rest of your documents will be deleted in 90 days if nobody else has stored them in their CryptDrive.
So I guess this is normal behavior.
I've tested on my home machine: indeed the document is still available after I remove the test account.
Should we contact cryptpad devs about that?
So looks like either when removing account the data becomes inactive which means that pads will be deleted only after
inactiveTime
value which would be weird. I asked for clarification on their forum as suggested. Good moment to make an account there :)For reference: https://forum.cryptpad.org/d/310-pads-not-automatically-removed-right-after-user-deletion
According to the documentation for version 2024.6.0,
with the following notes:
In the same time, logged in users have (among others) the following options:
But they don't say what kind of document deletion is performed in case of an account deletion.
Also, it seems that even if you want to destroy all owned documents some might survive (when owned my multiple users).
@floss4good yeah I was reading documentation and was equally confused hence wrote to the forum. Hopefully there is some clarification. Although I understand the delay on purging the files with delay (it applies to files not added to the drive so implementing similar retention as on etherpad makes sense). But in case of removing account, this should be different and wiped right away.
If the guys reply and make it clear, we might need to submit feature request.
[Cryptpad] - Pads not removed after account delted?to [Cryptpad] - Pads not removed after account deleted?Reading the answer on the forum, I guess the solution would be to set
archiveRetentionTime
to 0. This means we don't archive. And we need to setdisableIntegratedEviction
to false so that the server automatically runs the script, we don't have to set a cron. Do you understand like this too?Yes I think we should do it. Makes sense from our point of view to not archive stuff but we have to be clear with people that whatever is removed if gone and there is no way to recover. It might created some fustrations for some but i think its rather a rare occasion. @meaz will you take care of this one, or shall I make a PR?
PR done @muppeth
It's currently pending merge. Once it's done we can push to staging and prod.