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:
@@ -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)
|
||||
|
Reference in New Issue
Block a user