- Timestamp:
- 08/21/2026 07:12:34 AM (3 weeks ago)
- Branches:
- main
- Children:
- c8e3b98
- Parents:
- 9173265
- Location:
- src
- Files:
-
- 2 edited
-
services/i18n.js (modified) (3 diffs)
-
views/pages/admin-help.ejs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/services/i18n.js
r9173265 r2fbced5 703 703 'ahelp.s_premium_h': 'Premium / Patreon', 704 704 'ahelp.s_premium_b': 'Premium-functies (Statistieken, Agenda, Downloads, Perskit, Nieuwsbrief, Link-in-bio, Embed) ontgrendel je in Beheer → Instellingen door Patreon te koppelen ($16 lifetime). Updates en de kernapp blijven altijd gratis.', 705 'ahelp.s_password_h': 'Wachtwoord vergeten / resetten', 706 'ahelp.s_password_b': 'Resetten gaat via de <strong>command-line scripts</strong> op de server. Draai in de projectmap <code>npm run reset-admin</code>: zonder argument reset dat de god-user en print het nieuwe wachtwoord. Een specifieke gebruiker: <code>npm run reset-admin -- <gebruiker|e-mail></code>. Zelf een wachtwoord kiezen (minstens 8 tekens): <code>npm run reset-admin -- <gebruiker|e-mail> <wachtwoord></code>. Log daarna in via <strong>/auth/login</strong>. De resetlink-per-mail op <strong>/auth/reset-request</strong> werkt alleen als e-mail (SMTP) is ingesteld; de command-line werkt altijd.', 705 707 'ahelp.s_updates_h': 'Updates', 706 708 'ahelp.s_updates_b': 'Beheer → <strong>Updates</strong> (alleen god) toont de huidige versie en of er een nieuwere is. Met "Nu bijwerken" haal je de laatste versie binnen.', … … 1711 1713 'ahelp.s_premium_h': 'Premium / Patreon', 1712 1714 'ahelp.s_premium_b': 'You unlock premium features (Statistics, Agenda, Downloads, Press kit, Newsletter, Link-in-bio, Embed) in Admin → Settings by connecting Patreon ($16 lifetime). Updates and the core app always stay free.', 1715 'ahelp.s_password_h': 'Forgotten password / resetting', 1716 'ahelp.s_password_b': 'Resetting is done with the <strong>command-line scripts</strong> on the server. Run <code>npm run reset-admin</code> from the project folder: with no argument it resets the god user and prints the new password. A specific user: <code>npm run reset-admin -- <user|email></code>. Choose a password yourself (at least 8 characters): <code>npm run reset-admin -- <user|email> <password></code>. Then log in at <strong>/auth/login</strong>. The email reset link at <strong>/auth/reset-request</strong> only works if email (SMTP) is configured; the command line always works.', 1713 1717 'ahelp.s_updates_h': 'Updates', 1714 1718 'ahelp.s_updates_b': 'Admin → <strong>Updates</strong> (god only) shows the current version and whether a newer one is available. With "Update now" you fetch the latest version.', … … 2718 2722 'ahelp.s_premium_h': 'Premium / Patreon', 2719 2723 'ahelp.s_premium_b': 'Premium-Funktionen (Statistiken, Termine, Downloads, Pressekit, Newsletter, Link-in-Bio, Embed) schaltest du in Verwaltung → Einstellungen frei, indem du Patreon verknüpfst ($16 lebenslang). Updates und die Kern-App bleiben immer kostenlos.', 2724 'ahelp.s_password_h': 'Passwort vergessen / zurücksetzen', 2725 'ahelp.s_password_b': 'Das Zurücksetzen läuft über die <strong>Kommandozeilen-Skripte</strong> auf dem Server. Führe im Projektordner <code>npm run reset-admin</code> aus: ohne Argument setzt das den God-User zurück und gibt das neue Passwort aus. Ein bestimmter Benutzer: <code>npm run reset-admin -- <Benutzer|E-Mail></code>. Passwort selbst wählen (mindestens 8 Zeichen): <code>npm run reset-admin -- <Benutzer|E-Mail> <Passwort></code>. Melde dich danach unter <strong>/auth/login</strong> an. Der Reset-Link per Mail unter <strong>/auth/reset-request</strong> funktioniert nur, wenn E-Mail (SMTP) eingerichtet ist; die Kommandozeile funktioniert immer.', 2720 2726 'ahelp.s_updates_h': 'Updates', 2721 2727 'ahelp.s_updates_b': 'Verwaltung → <strong>Updates</strong> (nur God) zeigt die aktuelle Version und ob eine neuere verfügbar ist. Mit „Jetzt aktualisieren“ holst du dir die neueste Version.', -
src/views/pages/admin-help.ejs
r9173265 r2fbced5 113 113 114 114 <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"> 115 120 <h2>🔄 <%= t('ahelp.s_updates_h') %></h2> 116 121 <p><%- t('ahelp.s_updates_b') %></p>
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)