NIHVIVO-1207 Rename Shibboleth servlets to more general ExternalAuth servlets. Add functionality to deal with self-editors as well as Users.
This commit is contained in:
parent
dae66852f9
commit
37c9eaf4a1
7 changed files with 246 additions and 153 deletions
15
webapp/web/templates/freemarker/body/unrecognizedUser.ftl
Normal file
15
webapp/web/templates/freemarker/body/unrecognizedUser.ftl
Normal file
|
@ -0,0 +1,15 @@
|
|||
<#-- $This file is distributed under the terms of the license in /doc/license.txt$ -->
|
||||
|
||||
<#-- Template for the Unrecognized User page. -->
|
||||
|
||||
<section role="region">
|
||||
<h2>Unrecognized user</h2>
|
||||
|
||||
<p>
|
||||
For some reason, there is no individual in VIVO that is associated with your Net ID.
|
||||
Perhaps you should contact your VIVO administrator.
|
||||
</p>
|
||||
|
||||
<br/>
|
||||
<a href="${urls.home}">Continue</a>
|
||||
</section>
|
Loading…
Add table
Add a link
Reference in a new issue