cancel
Showing results for 
Search instead for 
Did you mean: 

Custom error messages on Portal Login page.

Former Member
0 Kudos

I would like to know how to customize the various error messages thrown on Portal login page.

Thanks.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

May you include link to this thread?

I need invalidate some cookies on client for warings

It's possible?

Regards!

MaheshChandra
Active Contributor
0 Kudos

kris,

Create an HTML page with your custom error message.

Go to System Administration->System Configuration-> Knowledge Management->Content Management->Web Page Composer ->Error Pages->Error Pages in the portal.

Select the required error page and choose Edit.

In the RID of Error Page parameter, enter the path to the HTML file that you want to be displayed if an error occurs.

and follow this wiki as an example to change the error message

http://wiki.sdn.sap.com/wiki/display/EP/CustomizingErrorMessagesinPortal

https://cw.sdn.sap.com/cw/community/docupedia/nw70java/blog/2010/03/21/custom-error-messages-in-the-...

Regards

Mahesh

Former Member
0 Kudos

Thank you Mahesh.

Sorry for not being very explicit in my question.

The type of error messages I am looking to customize is like the ones given below:

PASSWORD_LOCKED

User authentication failed

The first one is when the password is locked due to incorrect passwords after multiple attempts.

The second one is when the password is wrong or the user id is wrong.

MaheshChandra
Active Contributor
0 Kudos

kris,

Change the login.par file to modify these messages. error.getmessage() is the method to print these errors . i am not sure how to change these but changing the code in login.par->umloginpage.jsp will solve this.

Regards

Mahesh

Former Member
0 Kudos

Kris,

Please search scn before posting the question.

This has been discussed several times

Thanks

Bala Duvvuri