Authentication - TOTP: Add description.

This commit is contained in:
fusionate
2023-06-23 17:47:31 +00:00
parent d17265c3ec
commit 71d6415d06
3 changed files with 31 additions and 2 deletions

View File

@@ -14,8 +14,10 @@
<div id='default_login'>
<a href='{$project_path}/'><img id='login_logo' style='width: {$login_logo_width}; height: {$login_logo_height};' src='{$login_logo_source}' /></a><br />
<form method='post' name='frm' action=''>
<div>
<input class='formfld' type='text' style='text-align: center;' name='authentication_code' maxlength='255' placeholder="{$login_authentication_code}" />
<div class='login_text'>
{$login_totp_description}
<br /><br />
<input class='formfld' type='text' style='text-align: center; min-width: 200px; width: 200px; margin-bottom: 8px;' name='authentication_code' maxlength='255' placeholder="{$login_authentication_code}" />
</div>
<div>
<input type='submit' name='' class='btn' style='width: 100px; margin-top: 15px;' value='{$button_verify}' />