cancel
Showing results for 
Search instead for 
Did you mean: 

Change Password

Former Member
0 Kudos

Hi All.

I have a requirement for allow users to change password from login screen, i'm using the standard login page, i mean, the application has the authentication parameter set as true and the problem is that the standard login doesnt has the change password button.

Changing the password from standar login screen is an option that i can enable or disable?

If yes, where can i do it?

If not i was thinking in change umLogonPage.jsp to add a button to this option that links to the standard form to change password but i dont know how to authenticate the user before the call.

I check the link http://help.sap.com/saphelp_nw04/helpdata/en/5a/4bfe970a2a8b49bd6d8350ce5668e8/frameset.htm

Thx in advance.

Best Regards.

Gregory.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Click on the Get Support link on the logon page right next to the words "Logon Problem?"

Former Member
0 Kudos

This link is to report problems and ask for restart the password, the requirement is change the password voluntarily or self-user.

Thx and Regards.

Gregory.

Former Member
0 Kudos

So let me see if I understand. You want the user to be authenticated and somehow use the logon page to allow them to change (not reset) their password?

Former Member
0 Kudos

Yes, something like that.

When the user try to change the password is needed the authentication before giving form to introduce the new password.

I think adding the following code(where it corresponds) to the umLogonPage.jsp file is enough, but i dont know

<tr>

<td colspan="2">

<input style="height:3ex;" class="urBtnStd" type="submit" name="ChangePassword" value="Change your Password">

</td>

</tr>

Gregory.

Former Member
0 Kudos

Hi everybody.

Please i need help on that.

Thx in Advance.

Gregory.

Former Member
0 Kudos

Hi Gregory,

in Web Dynpro ABAP you can create your own system logon, together with the change password function, see http://help.sap.com/saphelp_nw2004s/helpdata/en/ff/c7de3fc6c6ec06e10000000a1550b0/frameset.htm

Regards, Heidi

Former Member
0 Kudos

Thx Heidi.

But i'm using WDP JAVA.

Regards.

Gregory.

Former Member
0 Kudos

I just wanna know if modifying the umLogonPage.jsp file, i can add a button that checks the user and password and then redirects to te standard page to change password.

I mean add the follwing code to the jsp file:

<input style="height:3ex;" class="urBtnStd" type="submit" name="<I DONT KNOW>" value="Change Password">

I hope sombody knows.

Thx.

Regards.

Gregory.

Former Member
0 Kudos

Hi All.

I need some help, please.

Gregory.