Skip to content

Commit

Permalink
Added report of username to access denied message
Browse files Browse the repository at this point in the history
  • Loading branch information
mryand committed Apr 20, 2017
1 parent 9a1774f commit 64093d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions reason_4.0/lib/core/admin/index.php
Expand Up @@ -89,6 +89,7 @@ function getmicrotime()
{
echo '<p>We\'re sorry, but we do not have any record of you being an authorized Reason user.</p>';
}
echo '<p>You are currently logged in as: '.htmlspecialchars($authenticated_user_netid).'. <a href="'.REASON_LOGIN_URL.'?logout=1">Log in as a different user</a></p>';
}

$_page_timing_end = getmicrotime();
Expand Down

0 comments on commit 64093d4

Please sign in to comment.