summaryrefslogtreecommitdiffstats
path: root/dogtag
diff options
context:
space:
mode:
authorChristina Fu <cfu@redhat.com>2012-05-01 16:49:07 -0700
committerChristina Fu <cfu@redhat.com>2012-05-01 16:49:07 -0700
commitfbf472de7a4eb3d141c32821a417ec5331b53c97 (patch)
tree6aadefd4433e97194e77bd8ba8bda604826fcb1b /dogtag
parent80aff97bedf8c2ee5f58209f36f18ebbc475ccb1 (diff)
downloadpki-fbf472de7a4eb3d141c32821a417ec5331b53c97.tar.gz
pki-fbf472de7a4eb3d141c32821a417ec5331b53c97.tar.xz
pki-fbf472de7a4eb3d141c32821a417ec5331b53c97.zip
Bug 640046 - TPS installation wizard: unsupported module not logged in with password in password.conf
The issue was missing code to log into unsupported token that was not loged in. The patch added the code to allow login to unsupported token.
Diffstat (limited to 'dogtag')
-rw-r--r--dogtag/tps-ui/shared/docroot/tps/admin/console/config/modulepanel.vm6
1 files changed, 5 insertions, 1 deletions
diff --git a/dogtag/tps-ui/shared/docroot/tps/admin/console/config/modulepanel.vm b/dogtag/tps-ui/shared/docroot/tps/admin/console/config/modulepanel.vm
index d3e525f45..812d7ca6c 100644
--- a/dogtag/tps-ui/shared/docroot/tps/admin/console/config/modulepanel.vm
+++ b/dogtag/tps-ui/shared/docroot/tps/admin/console/config/modulepanel.vm
@@ -141,7 +141,11 @@ Since a security module may consist of slots for one or more tokens, the user mu
<input type=radio name="choice" value="$token.getNickName()">
#end
</td>
- <td></td>
+ <td>
+ #if (!$token.isLoggedIn())
+<a href="wizard?p=$subpanelno&amp;SecToken=$token.getNickName()">Login</a>
+ #end
+ </td>
</tr>
#end
#end