t('settings','In case of lost device or exiting the organization, this can remotely wipe the Nextcloud data from all devices associated with {userid}. Only works if the devices are connected to the internet.',{userid}),
t('settings','Remote wipe of devices'),
@ -575,8 +577,9 @@ export default {
}
},
deleteUser(){
async deleteUser(){
constuserid=this.user.id
awaitconfirmPassword()
OC.dialogs.confirmDestructive(
t('settings','Fully delete {userid}\'s account including all their personal files, app data, etc.',{userid}),