Changeset 9e27d64 in Klonkt for src/views/pages/account.ejs
- Timestamp:
- 06/14/2026 07:31:23 AM (3 months ago)
- Branches:
- main
- Children:
- 6351545
- Parents:
- 32cc601
- File:
-
- 1 edited
-
src/views/pages/account.ejs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/views/pages/account.ejs
r32cc601 r9e27d64 65 65 </section> 66 66 67 <%# ── INLOG ─────────────────────────────────────────────── %> 67 <%# ── WACHTWOORD ────────────────────────────────────────── %> 68 <% if (hasPassword) { %> 69 <section class="ax-card"> 70 <div class="ax-card-title">Wachtwoord wijzigen</div> 71 <form action="/account/password" method="post" class="ax-form"> 72 <label class="ax-field"> 73 <span>Huidig wachtwoord</span> 74 <input type="password" name="current" required autocomplete="current-password"> 75 </label> 76 <div class="ax-row ax-row-2"> 77 <label class="ax-field"> 78 <span>Nieuw wachtwoord <small>(min 8 tekens)</small></span> 79 <input type="password" name="new_password" required minlength="8" autocomplete="new-password"> 80 </label> 81 <label class="ax-field"> 82 <span>Bevestig nieuw wachtwoord</span> 83 <input type="password" name="confirm" required minlength="8" autocomplete="new-password"> 84 </label> 85 </div> 86 <div class="ax-form-actions"> 87 <button type="submit" class="ax-btn ax-btn-primary">🔒 Wachtwoord wijzigen</button> 88 </div> 89 </form> 90 </section> 91 <% } else { %> 68 92 <section class="ax-card"> 69 93 <div class="ax-card-title">Inloggen</div> 70 94 <p class="ax-tagline" style="margin:0">Je bent ingelogd via Google (<%= account.email %>). Er is geen apart wachtwoord.</p> 71 95 </section> 96 <% } %> 72 97 73 98 </div>
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)