NIHVIVO-1399 create a servlet and template to use in faking external authentication. Add the info to web.xml, but commented out.
This commit is contained in:
parent
7ac8b0c811
commit
bdfe0d018d
3 changed files with 161 additions and 0 deletions
19
webapp/web/templates/freemarker/body/fakeExternalAuth.ftl
Normal file
19
webapp/web/templates/freemarker/body/fakeExternalAuth.ftl
Normal file
|
@ -0,0 +1,19 @@
|
|||
<#-- $This file is distributed under the terms of the license in /doc/license.txt$ -->
|
||||
|
||||
<#-- Template for the Fake External Authentication page. -->
|
||||
|
||||
<section role="region">
|
||||
<h2>Fake External Authentication</h2>
|
||||
|
||||
<p>
|
||||
Enter the userID that you want to sign in as, or click Cancel.
|
||||
</p>
|
||||
|
||||
<form action="${controllerUrl}">
|
||||
Username:
|
||||
<input type="text" name="username" />
|
||||
<input type="submit" value="submit" />
|
||||
<input type="submit" name="cancel" value="cancel" />
|
||||
</form>
|
||||
<br/>
|
||||
</section>
|
Loading…
Add table
Add a link
Reference in a new issue