Changeset 2fbced5 in Klonkt for src/views/pages/admin-help.ejs


Ignore:
Timestamp:
08/21/2026 07:12:34 AM (3 weeks ago)
Author:
Robin <roboburr@…>
Branches:
main
Children:
c8e3b98
Parents:
9173265
Message:

Help guide: how to reset a forgotten password

The break-glass path is scripts/reset-admin.mjs, but nothing in the app
said so — the only visible route was /auth/reset-request, which silently
does nothing when SMTP is not configured. Added an entry in NL, EN and DE
that leads with the command line and mentions the mail link as the
conditional one.

Co-Authored-By: Claude Opus 5 <noreply@…>

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/views/pages/admin-help.ejs

    r9173265 r2fbced5  
    113113
    114114    <section class="hb-item">
     115      <h2>🔑 <%= t('ahelp.s_password_h') %></h2>
     116      <p><%- t('ahelp.s_password_b') %></p>
     117    </section>
     118
     119    <section class="hb-item">
    115120      <h2>🔄 <%= t('ahelp.s_updates_h') %></h2>
    116121      <p><%- t('ahelp.s_updates_b') %></p>
Note: See TracChangeset for help on using the changeset viewer.