mirror of
https://github.com/acme-dns/acme-dns.git
synced 2026-04-27 04:45:48 +03:00
[PR #209] Add API endpoint to delete a registered user (resolves joohoi/acme-dns#177) #346
Labels
No labels
Documentation
Documentation
bug
enhancement
feature request
feature request
help wanted
pull-request
question
security
security
testing
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/acme-dns#346
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
📋 Pull Request Information
Original PR: https://github.com/acme-dns/acme-dns/pull/209
Author: @webcompas
Created: 2/5/2020
Status: 🔄 Open
Base:
master← Head:feature_unregister📝 Commits (1)
7910db2Add API endpoint to delete a registered user (resolves joohoi/acme-dns#177)📊 Changes
7 files changed (+205 additions, -4 deletions)
View changed files
📝
README.md(+20 -0)📝
api.go(+33 -0)📝
api_test.go(+40 -1)📝
auth.go(+36 -2)📝
db.go(+73 -0)📝
main.go(+2 -1)📝
types.go(+1 -0)📄 Description
This PR implements an API endpoint to delete registered users if they aren't neded anymore. Please check and merge.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.