diff --git a/e107_plugins/login_menu/login_menu_shortcodes.php b/e107_plugins/login_menu/login_menu_shortcodes.php index 5063061ca..1c0ccedc5 100755 --- a/e107_plugins/login_menu/login_menu_shortcodes.php +++ b/e107_plugins/login_menu/login_menu_shortcodes.php @@ -85,7 +85,7 @@ e107::getLanguage()->bcDefs($bcDefs); // If logging in with email address - ignore pref and increase to 100 chars. $maxLength = ($this->allowEmailLogin == 1 || $this->allowEmailLogin) ? 100 : varset($pref['loginname_maxlength'],30); - return "\n"; + return "\n"; } @@ -98,7 +98,7 @@ e107::getLanguage()->bcDefs($bcDefs); function sc_lm_password_input($parm='') { $pref = e107::getPref(); - $t_password = "\n"; + $t_password = "\n"; if (!USER && e107::getSession()->is('challenge') && varset($pref['password_CHAP'],0)) $t_password .= "\n\n"; return $t_password; } diff --git a/e107_themes/bootstrap3/theme_shortcodes.php b/e107_themes/bootstrap3/theme_shortcodes.php index 93b8fd417..ea81b954f 100644 --- a/e107_themes/bootstrap3/theme_shortcodes.php +++ b/e107_themes/bootstrap3/theme_shortcodes.php @@ -137,8 +137,8 @@ class theme_shortcodes extends e_shortcode $text .='
-

{LM_USERNAME_INPUT}

-

{LM_PASSWORD_INPUT}

+

{LM_USERNAME_INPUT: idprefix=bs3-}

+

{LM_PASSWORD_INPUT: idprefix=bs3-}

@@ -147,10 +147,10 @@ class theme_shortcodes extends e_shortcode
-
- + '; $text .= '