NIHVIVO-2694 Create a new page that allows an admin or root to restrict logins.

This commit is contained in:
j2blake 2012-02-02 21:56:48 +00:00
parent 16c36079db
commit 486dc1dd7d
7 changed files with 308 additions and 0 deletions

View file

@ -75,4 +75,11 @@ ${stylesheets.add('<link rel="stylesheet" href="${urls.base}/css/showAuth.css" /
</tr>
</#list>
</table>
<h4>Authenticator:</h4>
<table summary="Authenticator" width="100%">
<tr>
<td>${authenticator}</td>
</tr>
</table>
</section>