mirror of
https://github.com/nextcloud/all-in-one.git
synced 2026-07-22 06:02:54 +00:00
1868738f56
- includes/desec-register.twig renders the multi-step deSEC flow: enter email (optionally an existing password), the awaiting-verification step, and the account-registered step, with friendly messaging for the ambiguous "email already registered" case (deSEC returns 202 either way to prevent enumeration). - containers.twig includes the deSEC section under the domain-entry UI; index.php passes the deSEC config/state (email, password, registered/awaiting flags) to the view. - Move the deSEC password reveal from an inline style to a CSS class (no inline CSS/JS in templates) and bump the style.css cache-buster to v13 in layout.twig and log.twig. Co-Authored-By: szaimen <42591237+szaimen@users.noreply.github.com> Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Signed-off-by: Simon L. <szaimen@e.mail.de>