From 5620b98373d558f6b8eb2eb40d4056c8cef1b825 Mon Sep 17 00:00:00 2001 From: Fu Zi Xiang Date: Wed, 11 Oct 2023 18:17:23 +0800 Subject: [PATCH] feat: added add user set password web ui --- admin_frontend/templates/user_details.html | 57 +++++++++++++++++++++- admin_frontend/templates/users.html | 1 - 2 files changed, 56 insertions(+), 2 deletions(-) diff --git a/admin_frontend/templates/user_details.html b/admin_frontend/templates/user_details.html index 12644010..45e45fda 100644 --- a/admin_frontend/templates/user_details.html +++ b/admin_frontend/templates/user_details.html @@ -2,7 +2,21 @@

User Detail

-

{{ user.email|escape }}

+

+ {{ user.email|escape }} + + +

+ + + +
+

Phone: {{ user.phone|escape }}

Email Confirmed At: {{ user.email_confirmed_at|default("-") }}

Phone Confirmed At: {{ user.phone_confirmed_at|default("-")|escape }}

@@ -11,5 +25,46 @@

Updated At: {{ user.updated_at|escape }}

Back to User List + + diff --git a/admin_frontend/templates/users.html b/admin_frontend/templates/users.html index 6d678ae9..a54a0261 100644 --- a/admin_frontend/templates/users.html +++ b/admin_frontend/templates/users.html @@ -10,7 +10,6 @@ -
Id Email Created At Action