mirror of
https://github.com/e107inc/e107.git
synced 2025-08-20 21:32:09 +02:00
This commit is contained in:
@@ -92,7 +92,7 @@ class usersettings_shortcodes extends e_shortcode
|
||||
|
||||
if(!isset($pref['auth_method']) || $pref['auth_method'] == '' || $pref['auth_method'] == 'e107' || $pref['auth_method'] == '>e107')
|
||||
{
|
||||
$options = array('size' => 40,'title'=>LAN_USET_23, 'required'=>0);
|
||||
$options = array('size' => 40,'title'=>LAN_USET_23, 'required'=>0,'autocomplete'=>'off');
|
||||
return e107::getForm()->password('password1', '', 20, $options);
|
||||
}
|
||||
|
||||
|
@@ -104,7 +104,7 @@ $USEREXTENDED_FIELD = "<tr>
|
||||
$REQUIRED_FIELD = "{FIELDNAME}<span class='required'> *</span>";
|
||||
|
||||
// After Saving has occurred.
|
||||
$USERSETTINGS_MESSAGE = "<div style='text-align:center'>{MESSAGE}</div>";
|
||||
$USERSETTINGS_MESSAGE = "{MESSAGE}";
|
||||
$USERSETTINGS_MESSAGE_CAPTION = LAN_OK;
|
||||
$USERSETTINGS_EDIT_CAPTION = LAN_USET_39; // 'Update User Settings'
|
||||
|
||||
|
Reference in New Issue
Block a user