#922-Implement-a-fucntion-to-delete-a-account #1096
No reviewers
Labels
No labels
_CRITICAL_
API
app
backEnd
Blocked, waiting for further changes
bug
cleanup
close
design
duplicate
enhancement
feature request
frontEnd
help wanted
invalid
low priority
needs input
needs review
project documentation
question
research
reviewed
script
security
SQL
style
testing
topLevel
wontfix
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
Andras/BoundlessFlowCampus2K!1096
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "#922-Implement-a-fucntion-to-delete-a-account-"
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?
Implement a function to delete a user using the login service.
Environment
This was developed on an Arch-based Linux distribution.
What has been done?
Issue:
#922
#922-Implement-a-fucntion-to-delete-a-account-to #922-Implement-a-fucntion-to-delete-a-account#922-Implement-a-fucntion-to-delete-a-account-to #922-Implement-a-fucntion-to-delete-a-account#922-Implement-a-fucntion-to-delete-a-account-to #922-Implement-a-fucntion-to-delete-a-account#922-Implement-a-fucntion-to-delete-a-account-to #922-Implement-a-fucntion-to-delete-a-accountReview on #1096
Whats done
Reviewed the code and tested the endpoint using RESTer
Tested on ubuntu using firefox
Inspected following files
What needs to be done
Even though I love that the solution uses the JWT, I does not follow the issue description in some aspects. These are:
Another possible issue is that currently you have to be logged in to an account to delete it. In the future, there will probably be a need to delete accounts that you are not logged in to, e.g. for admins. This could however be solved by a different endpoint, so I do not think this is a requirement
Conclusion
I have now implemented the missing features
Review on #1096 after changes
Whats done
Tested the added functionality and reviewed the code
Tested on ubuntu using firefox
Inspected following files
What needs to be done
Conclusion