Add user registration page with default operator role

This commit is contained in:
2026-06-06 19:41:03 -04:00
parent 59aca54d42
commit 516ffbb579
5 changed files with 128 additions and 0 deletions

View File

@@ -2112,6 +2112,24 @@ textarea.form-input {
margin-bottom: 1.25rem;
}
.auth-footer {
text-align: center;
margin-top: 1rem;
padding-top: 1rem;
border-top: 1px solid var(--border-color);
color: var(--text-muted);
font-size: 0.85rem;
}
.auth-footer a {
color: var(--accent);
text-decoration: none;
}
.auth-footer a:hover {
text-decoration: underline;
}
/* ==========================================================================
Error Pages
========================================================================== */