From 5edb845d8f5f145d9e340bddbe049c42104441cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?dni=20=E2=9A=A1?= Date: Fri, 9 Feb 2024 13:54:30 +0100 Subject: [PATCH] feat: add setting `lnbits_allow_new_accounts` to admin ui (#2252) added to users tab of admin ui --- lnbits/core/templates/admin/_tab_users.html | 26 ++++++++++++++++----- 1 file changed, 20 insertions(+), 6 deletions(-) diff --git a/lnbits/core/templates/admin/_tab_users.html b/lnbits/core/templates/admin/_tab_users.html index a25f493bf..72f1b7d09 100644 --- a/lnbits/core/templates/admin/_tab_users.html +++ b/lnbits/core/templates/admin/_tab_users.html @@ -16,7 +16,6 @@
- {%raw%} - {{ user }} - {%endraw%}

@@ -44,7 +42,6 @@
- {% raw %} - {{ user }} - {% endraw %}

+ + + Allow creation of new users + Allow creation of new users on the index page + + + + + +