mirror of
https://github.com/openvk/openvk
synced 2024-11-11 09:29:29 +03:00
29 lines
807 B
XML
29 lines
807 B
XML
{extends "../@layout.xml"}
|
|
|
|
{block title}
|
|
{_access_recovery}
|
|
{/block}
|
|
|
|
{block header}
|
|
{_page_access_recovery}
|
|
{/block}
|
|
|
|
{block content}
|
|
<p>
|
|
{_access_recovery_info_2}
|
|
</p>
|
|
|
|
<form method="POST" enctype="multipart/form-data">
|
|
<label for="password">{_new_password}: </label>
|
|
<input id="password" type="password" name="password" required />
|
|
<br/><br/>
|
|
{if $is2faEnabled}
|
|
<label for="code">{_"2fa_code_2"}: </label>
|
|
<input id="code" type="text" name="code" required />
|
|
<br/><br/>
|
|
{/if}
|
|
|
|
<input type="hidden" name="hash" value="{$csrfToken}" />
|
|
<input type="submit" value="{_reset_password}" class="button" style="float: right;" />
|
|
</form>
|
|
{/block}
|