Hi {{ .user.CN }}!
Your user information
-
+
CN: {{ template "code" .user.CN }}
DN: {{ template "code" .user.DN }}
sAMAccountName: {{ template "code" .user.SAMAccountName }}
diff --git a/internal/web/views/login.html b/internal/web/views/login.html
index 8a1b70e..17e45d6 100644
--- a/internal/web/views/login.html
+++ b/internal/web/views/login.html
@@ -13,7 +13,7 @@
type="text"
name="username"
placeholder="Username"
- class="form-input w-full rounded-md border border-gray-600 bg-black px-2 py-1 outline-none placeholder:select-none focus:border-white hocus:ring-0"
+ class="form-input w-full rounded-md border border-gray-600 bg-black px-2 py-1 outline-none transition-colors placeholder:select-none focus:border-white hocus:ring-0"
/>
@@ -22,13 +22,13 @@
type="password"
name="password"
placeholder="Password"
- class="form-input w-full rounded-md border border-gray-600 bg-black px-2 py-1 outline-none placeholder:select-none focus:border-white hocus:ring-0"
+ class="form-input w-full rounded-md border border-gray-600 bg-black px-2 py-1 outline-none transition-colors placeholder:select-none focus:border-white hocus:ring-0"
/>
@@ -37,7 +37,7 @@
Powered by
netresearch/ldap-manager