We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Removing users trigger remove_user_directory(), which shall remove all user's data from disk.
remove_user_directory()
The function doesn't take into account legacy or hashed paths, and it isn't able to clear users' data on such cases.
The text was updated successfully, but these errors were encountered:
➤ On 2020-10-04, Jason Flax commented:
Hashed paths?
Sorry, something went wrong.
➤ Yavor Georgiev commented:
[~james.stone] please check this out and see if it's still relevant. It seems like the fix wouldn't take too long.
ironage
Successfully merging a pull request may close this issue.
Removing users trigger
remove_user_directory()
, which shall remove all user's data from disk.The function doesn't take into account legacy or hashed paths, and it isn't able to clear users' data on such cases.
The text was updated successfully, but these errors were encountered: