[PR #209] Add API endpoint to delete a registered user (resolves joohoi/acme-dns#177) #346

Open
opened 2026-03-13 16:18:46 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/acme-dns/acme-dns/pull/209
Author: @webcompas
Created: 2/5/2020
Status: 🔄 Open

Base: masterHead: feature_unregister


📝 Commits (1)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/acme-dns/acme-dns/pull/209 **Author:** [@webcompas](https://github.com/webcompas) **Created:** 2/5/2020 **Status:** 🔄 Open **Base:** `master` ← **Head:** `feature_unregister` --- ### 📝 Commits (1) - [`7910db2`](https://github.com/acme-dns/acme-dns/commit/7910db24da1667e62ce0e8319ed00e6287de4e00) Add API endpoint to delete a registered user (resolves joohoi/acme-dns#177) ### 📊 Changes **7 files changed** (+205 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description This PR implements an API endpoint to delete registered users if they aren't neded anymore. Please check and merge. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/acme-dns#346
No description provided.