Changing the Portal login

I'm looking to replace the default Portal login page with one of my own design. I edited the login page templates in /opt/SUNWam/web-apps/services/WEB-INF/config/auth/default, inserted my own HTML into them. I'm only using a single authentication method.

My problem is that I do not know how to control the way the Portal inserts its sign-on options. The Portal inserts the title: 'Directory Pro Login Page', the username field, password field and it's own submit button. I'd like to eliminate the title and control the look/feel of the fields and buttons. Any suggestions?

Thanks!

[620 byte] By [708900] at [2007-11-25 8:32:12]
# 1

Same directory contains a number of .property files - one per authentication service. You can change text messages there.

Normal CSS will change look and feel of the buttons.

Also you can create your own LoginWorker class to supply custom screens for login pages.

Finally, you can create totally custom login screen, possibly on the other server, and post login form to /amserver/login with additional argument 'page=1' to bypass standart DSAME login page.

TryAgain10timesAlready at 2007-7-1 15:03:07 > top of Java-index,Web & Directory Servers,Portal Servers...
# 2
BTW, it's all here: http://docs.sun.com/source/816-5628-10/plugauth.html#29241
TryAgain10timesAlready at 2007-7-1 15:03:07 > top of Java-index,Web & Directory Servers,Portal Servers...