Adding this option so the /admin endpoint can be secured with an auth of your choosing.
🔄 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/dani-garcia/vaultwarden/pull/406
**Author:** [@shauder](https://github.com/shauder)
**Created:** 2/20/2019
**Status:** ✅ Merged
**Merged:** 2/20/2019
**Merged by:** [@dani-garcia](https://github.com/dani-garcia)
**Base:** `master` ← **Head:** `feature/disable-admin-token`
---
### 📝 Commits (1)
- [`8b5b06c`](https://github.com/dani-garcia/vaultwarden/commit/8b5b06c3d1711ddcc194a80850f6a8b3fd0d6629) Allow the Admin token to be disabled in the advanced menu
### 📊 Changes
**3 files changed** (+30 additions, -21 deletions)
<details>
<summary>View changed files</summary>
📝 `.env.template` (+2 -1)
📝 `src/api/admin.rs` (+25 -20)
📝 `src/config.rs` (+3 -0)
</details>
### 📄 Description
Adding this option so the /admin endpoint can be secured with an auth of your choosing.
---
<sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 Pull Request Information
Original PR: https://github.com/dani-garcia/vaultwarden/pull/406
Author: @shauder
Created: 2/20/2019
Status: ✅ Merged
Merged: 2/20/2019
Merged by: @dani-garcia
Base:
master← Head:feature/disable-admin-token📝 Commits (1)
8b5b06cAllow the Admin token to be disabled in the advanced menu📊 Changes
3 files changed (+30 additions, -21 deletions)
View changed files
📝
.env.template(+2 -1)📝
src/api/admin.rs(+25 -20)📝
src/config.rs(+3 -0)📄 Description
Adding this option so the /admin endpoint can be secured with an auth of your choosing.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.