Skip to content
Snippets Groups Projects
Commit cebb7791 authored by Demian Katz's avatar Demian Katz
Browse files

Added missing parameter.

parent de36ed3e
No related merge requests found
......@@ -7,7 +7,7 @@
<div class="control-group">
<div class="controls">
<? if ($account->supportsCreation()): ?>
<a class="btn btn-link createAccountLink" href="<?=$this->url('myresearch-account') ?>"><?=$this->transEsc('Create New Account')?></a>
<a class="btn btn-link createAccountLink" href="<?=$this->url('myresearch-account') ?>?auth_method=<?=$this->auth()->getActiveAuthMethod()?>"><?=$this->transEsc('Create New Account')?></a>
<? endif; ?>
<input class="btn btn-primary" type="submit" name="processLogin" value="Login">
<? if ($account->supportsRecovery()): ?>
......
......@@ -7,7 +7,7 @@
<div class="form-group">
<div class="col-sm-offset-2 col-sm-10">
<? if ($account->supportsCreation()): ?>
<a class="btn btn-link createAccountLink" href="<?=$this->url('myresearch-account') ?>"><?=$this->transEsc('Create New Account')?></a>
<a class="btn btn-link createAccountLink" href="<?=$this->url('myresearch-account') ?>?auth_method=<?=$this->auth()->getActiveAuthMethod()?>"><?=$this->transEsc('Create New Account')?></a>
<? endif; ?>
<input class="btn btn-primary" type="submit" name="processLogin" value="Login">
<? if ($account->supportsRecovery()): ?>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment