WebSphere Portal comes with a default login screen with parameters like user ID, password, first name, last name, etc. Based on your architectural requirements, you may want to change the look and feel of this default login screen to better meet your needs.
To change the look and feel, change the following jsp
Or, you can change the login page in
where you can define where to redirect when a protected page is accessed.
To change the login mechanism, look for the subclass LoginUserAuth, put the classfile in the classpath, and change it in the ConfigService.properties command.login = LoginUserNoAuth to your package name. This change should reflect the changes in the login mechanism based on your code.
To change the look and feel, change the following jsp
WebSphere\AppServer\installedApps\nodename
\wps.ear\wps.war\screens\html\login.jsp
Or, you can change the login page in
WebSphere\AppServer
\config\cells\nodename\applications\wps.ear\deployments\wps\wps.war\WEB-INF\web.xml
where you can define where to redirect when a protected page is accessed.
To change the login mechanism, look for the subclass LoginUserAuth, put the classfile in the classpath, and change it in the ConfigService.properties command.login = LoginUserNoAuth to your package name. This change should reflect the changes in the login mechanism based on your code.
No comments:
Post a Comment