From fbf472de7a4eb3d141c32821a417ec5331b53c97 Mon Sep 17 00:00:00 2001 From: Christina Fu Date: Tue, 1 May 2012 16:49:07 -0700 Subject: 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. --- .../tps-ui/shared/docroot/tps/admin/console/config/modulepanel.vm | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'dogtag') 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 #end - + + #if (!$token.isLoggedIn()) +Login + #end + #end #end -- cgit