mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-23 20:47:01 +01:00
19 lines
499 B
HTML
19 lines
499 B
HTML
(% extends "base_htmx.html" %)
|
|
(% block title %)Credentials Reset(% endblock %)
|
|
|
|
(% block head %)
|
|
(% endblock %)
|
|
|
|
(% block body %)
|
|
<main class="container-lg my-auto">
|
|
<div class="text-center">
|
|
<h3>Updating Credentials</h3>
|
|
<p><strong>User:</strong> (( names ))</p>
|
|
<p><strong>Kanidm domain:</strong> (( domain_info.display_name() ))</p>
|
|
</div>
|
|
<div class="ps-sm-4 ps-md-5 pt-sm-0 pt-4">
|
|
(( credentials_update_partial|safe ))
|
|
</div>
|
|
</main>
|
|
(% endblock %)
|