mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-23 20:47:01 +01:00
This was a commonly requested re-addition to the new webui. This adds the ability for someone to scan a qr code or follow a link to enrol another device to their account.
18 lines
453 B
HTML
18 lines
453 B
HTML
(% extends "user_settings_partial_base.html" %)
|
|
|
|
(% block selected_setting_group %)
|
|
Enrol Another Device
|
|
(% endblock %)
|
|
|
|
(% block settings_window %)
|
|
<p>You can enrol another device to your account by scanning the QR code or following the link below.</p>
|
|
|
|
<div id="intentInfo">
|
|
<div>((qr_code_svg|safe))</div>
|
|
<ul>
|
|
<li>Url: <code>((uri|safe))</code></li>
|
|
<li>Secret: <code>(( secret ))</code></li>
|
|
</ul>
|
|
</div>
|
|
(% endblock %)
|