Skip to content
Snippets Groups Projects
Commit c8ef0647 authored by Peter Rotich's avatar Peter Rotich
Browse files

Merge pull request #1196 from greezybacon/issue/agent-login


auth: Always show agent login link

Reviewed-By: default avatarPeter Rotich <peter@osticket.com>
parents 6c1eda5f 60c6eb4b
No related branches found
No related tags found
No related merge requests found
......@@ -51,13 +51,14 @@ if (count($ext_bks)) {
}
if ($cfg && $cfg->isClientRegistrationEnabled()) {
if (count($ext_bks)) echo '<hr style="width:70%"/>'; ?>
<div style="margin-bottom: 5px">
Not yet registered? <a href="account.php?do=create">Create an account</a>
<br/>
<div style="margin-top: 5px;">
</div>
<?php } ?>
<div>
<b>I'm an agent</b>
<a href="<?php echo ROOT_PATH; ?>scp">sign in here</a>
</div>
<?php } ?>
</div>
</div>
</form>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment