nextcloud / user_external

👥 External user authentication methods like IMAP, SMB and FTP
https://apps.nextcloud.com/apps/user_external
108 stars 64 forks source link

How to purge old data #112

Closed benbrummer closed 4 years ago

benbrummer commented 4 years ago

After removing user_external database still shows the table created for this app. Is there a way to purge this tables optionally when uninstalling the app?

violoncelloCH commented 4 years ago

This is by design. Uninstalling a Nextcloud app doesn't remove it's data in case you want to reinstall it later. Also this would be really dangerous in case of user_external because you'd also remove user accounts. (Or at least part of the accounts; the data folder and other references will still remain.) If you're really sure what you're doing you can of course delete the tables manually.