1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-06 14:46:56 +02:00

Issue #1356 - Secure Image now using sessions and working with PHP 7.0.3

This commit is contained in:
Cameron
2016-02-26 11:54:57 -08:00
parent ffa8c41846
commit d295a434c3
3 changed files with 78 additions and 94 deletions

View File

@@ -326,13 +326,13 @@ class auth
<div class='field'>
<label for='username'>".ADLAN_89."</label>
<input class='tbox e-tip' type='text' autofocus required='required' name='authname' placeholder='".ADLAN_89."' id='username' size='30' value='' maxlength='".varset($pref['loginname_maxlength'], 30)."' />
<div class='field-help'>".LAN_ENTER_USRNAME_EMAIL."</div>
<div class='field-help' data-placement='right'>".LAN_ENTER_USRNAME_EMAIL."</div>
</div>
<div class='field'>
<label for='userpass'>".ADLAN_90."</label>
<input class='tbox e-tip' type='password' required='required' name='authpass' placeholder='".ADLAN_90."' id='userpass' size='30' value='' maxlength='30' />
<div class='field-help'>".LAN_PWD_REQUIRED."</div>
<input class='tbox e-tip' type='password' required='required' name='authpass' placeholder='".ADLAN_90."' id='userpass' size='30' value='' maxlength='30' />
<div class='field-help' data-placement='right'>".LAN_PWD_REQUIRED."</div>
</div>";
if ($use_imagecode)