Skip to content

Commit

Permalink
Fix #5836 Two Factor Authentication redirect to User profile
Browse files Browse the repository at this point in the history
  • Loading branch information
mattlorimer committed Mar 18, 2020
1 parent b381860 commit 56496c5
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,15 +68,15 @@
{$css}
</head>
<body>
<div class="p_login">
<div class="p_login_top">
<a title="SuiteCRM" href="http://www.suitecrm.com">SuiteCRM</a>
</div>
<div class="p_login">
<div class="p_login_top">
<a title="SuiteCRM" href="http://www.suitecrm.com">SuiteCRM</a>
</div>

<div class="p_login_middle">
<div id="loginform">
<div class="error message">{$factor_message}</div>
<form method="post" action="index.php?module=Users&action=index">
<form method="post">
{$APP.LBL_EMAIL_CODE} <input type="text" name="factor_token">
<input type="submit" value="{$APP.LBL_VERIFY}">
</form>
Expand Down

0 comments on commit 56496c5

Please sign in to comment.