MDL-20958 fixed login issues when login via https required
This commit is contained in:
@@ -26,7 +26,7 @@ if ($show_instructions) {
|
||||
echo '</div>';
|
||||
}
|
||||
?>
|
||||
<form action="index.php" method="post" id="login">
|
||||
<form action="<?php echo $CFG->httpswwwroot; ?>/login/index.php" method="post" id="login">
|
||||
<div class="loginform">
|
||||
<div class="form-label"><label for="username"><?php print_string("username") ?></label></div>
|
||||
<div class="form-input">
|
||||
|
||||
Reference in New Issue
Block a user