cancel
Showing results for 
Search instead for 
Did you mean: 

Standard Webdynpro application to Customized JSP for Logon Help in Portal 7.3

0 Kudos

Hi All,

    We want to customize the Logon Help page by JSP. But this page designed by webdynpro.

Is it possible to change the standard webdynpro application to JSP in Portal 7.3

Thanks.

Muthuraja

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Muthuraja,

The logon application in SAP NetWeaver AS Java 7.3 is using using JSPs.

If you would like to change only the branding of the logon page, this is easy and you would not need to modify any JSPs. For more information see the documentation at Configuring the Logon Screen - Identity Management - SAP Library.

If that is not enough you could develop a custom logon screen by following the documentation at Developing a Custom Logon Screen - Developing Authentication Enhancements on the AS Java - SAP Libra....

Best regards,

Nikolay

0 Kudos

Hi Nikolay Landzhev,

   We have customized resetPasswordPage.jsp. In that page, loginid, firstname, lastname and email id fields are available.

We trying to remove the first name and last name from resetPasswordPage.jsp.

We have done the configuation in System Administration - UME Configuration - User Admin UI

But still displaying first name and last name from resetPasswordPage.jsp.

Where we have to configure for remove the first name and last name?


Thanks.

Former Member
0 Kudos

Hi Muthuraja,


For the reset of a forgotten password the Logon Help application is used and not the resetPasswordPage.jsp. The properties that you have configured in the Identity Management application are used to configure the Logon Help Application. For more information, see Configuring Logon Help - Identity Management - SAP Library.

The Logon Help application is a Web DynPro application and it cannot be customized.


Best regards,

Nikolay

0 Kudos

Hi Nikolay Landzhev,


We have customized resetPasswordPage.jsp not web dynpro application.

The above mentioned configuration working for web dynpro application not for resetPasswordPage.jsp

Where we have to configure for resetPasswordPage.jsp to remove the firstname and lastname?.


Thanks&Regards,

Muthuraja

Former Member
0 Kudos

Hi Muthuraja,

Have you changed the logic of the default logon application in order to use the resetPasswordPage.jsp for resetting forgotten passwords?

Best regards,

Nikolay

0 Kudos

Hi Nikolay Landzhev,


  Thanks for immediate response.

We are not change the logic of the default logon application but page design only customized.


Thanks&Regards,

Muthuraja.

Former Member
0 Kudos

Hi Muthuraja,

The resetPassswordPage.jsp is not used. You can customize it, but it will never be called by the default logon application, as the Logon Help Web DynPro application is always used.

If you would also like to change which reset password page is used, you should develop a custom logon screen as described in Developing a Custom Logon Screen - Developing Authentication Enhancements on the AS Java - SAP Libra....

Best regards,

Nikolay