-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Delete account #732
Comments
Also required for apple :) |
Neat, https://framagit.org/framasoft/nextcloud/drop_account already makes use of openapi-extractor (although they haven't pinned it in their composer.json). |
Ok it relies on #1492 and technically needs to have support for multiple status codes (with different body schemas), but other than that it will be fairly easy to add. I already have generated everything locally, but since we can't use it yet there is no point in adding it already. |
The mobile apps just redirect to the webpage because of the password confirmation problem, @Leptopoda shall we do the same until we can use the endpoint? |
we'll need to do this anyways in case the app is not installed on the server (as a fallback) |
If the app is not installed on the server there is actually no way to delete your own account. The app is the only way (other than CLI), but this isn't really a problem since the client can't do anything about it (and so can't the other mobile clients). |
nextcloud/android#11950
The text was updated successfully, but these errors were encountered: