Fix login form

This commit is contained in:
Benjamin Dauvergne 2010-11-26 10:29:02 +01:00
parent 86700dd221
commit cddf0fbadc
1 changed files with 2 additions and 2 deletions

View File

@ -32,10 +32,10 @@ $isAuth = $as->isAuthenticated();
<?php if ($SAML == true): ?>
<div id="login-box">
<h2><?php echo elgg_echo('login'); ?></h2>
<form method="post" action=".">
<form method="post" action="/">
<?php echo '<p>' . elgg_echo('saml_auth:account:authentication:text') . '</p>' ?>
<input type="hidden" value="1" name="login">
<input type="submit" value="<? elgg_echo('login') ?>" class="submit_button" name="">
<input type="submit" value="<? echo elgg_echo('login') ?>" class="submit_button" name="">
</form>
</div>
<?php else: ?>