diff --git a/frontend/src/pages/AdminUsersPage.jsx b/frontend/src/pages/AdminUsersPage.jsx index 6af0a0f..230c671 100644 --- a/frontend/src/pages/AdminUsersPage.jsx +++ b/frontend/src/pages/AdminUsersPage.jsx @@ -119,24 +119,37 @@ export function AdminUsersPage() { return (
-

Admin Settings - Users

+

Admin Settings

+

Manage users and outgoing notifications for this NexaPG instance.

{error &&
{error}
}
-

User Management

+
+

User Management

+

Create accounts and manage access roles.

+
- setForm({ ...form, email: e.target.value })} /> - setForm({ ...form, password: e.target.value })} - /> - +
+ + setForm({ ...form, email: e.target.value })} /> +
+
+ + setForm({ ...form, password: e.target.value })} + /> +
+
+ + +
@@ -183,10 +196,10 @@ export function AdminUsersPage() {
-

Alert Email Notifications (SMTP)

-

- Configure outgoing SMTP for alert emails. This is send-only; no inbound mailbox is used. -

+
+

Alert Email Notifications (SMTP)

+

Configure send-only SMTP for warning and alert notifications.

+
{smtpInfo &&
{smtpInfo}
} -
+
setEmailSettings({ ...emailSettings, smtp_host: e.target.value })} />
-
+
-
+
setEmailSettings({ ...emailSettings, smtp_username: e.target.value })} />
-
+
-
+
setEmailSettings({ ...emailSettings, from_email: e.target.value })} />
-
+