Server Management - Systems Insight Manager
1836995 Members
2233 Online
110111 Solutions
New Discussion

Pre-filled domain on SIM login page

 
SOLVED
Go to solution
Steve Kadish
Trusted Contributor

Pre-filled domain on SIM login page

Hi all,

In SIM 4.x, it was possible to pre-assign values to the fields on the login page, so, for instance, the user would not have to enter a domain. This was described in the following thread:

http://forums2.itrc.hp.com/service/forums/questionanswer.do?threadId=905890

The login.jsp file still exists, but it looks considerably different. Is this still possible? Can anyone give us non-coders an example of how it might be done?

Thanks,
- Steve Kadish
2 REPLIES 2
Pat Wilson_1
Valued Contributor
Solution

Re: Pre-filled domain on SIM login page

About half-way down that file, you will see a section headed by a line:



There you will find lines for the username:

the password:

the login domain:

In any of these lines, you can supply a value by inserting:
value="The_Value_You_Want"

Good Luck !!
Steve Kadish
Trusted Contributor

Re: Pre-filled domain on SIM login page

Thank you very much!

- Steve Kadish