cancel
Showing results for 
Search instead for 
Did you mean: 

How to reset the password for a list of users in portal

pramod_gopisetty1
Active Contributor
0 Kudos

Hello SDNer's,

We have a situation where we want to reset the passwords for list of users let's say around 400, in Portal,

Instead of doing it manually I would like to have a Program (Java) which will reset the password to what ever I want,

for example

User1- abc

User2- bcd

and so on.

Please help me out in this.

any code contributions would be really helpful.

Thanks in Advance for your time.

Regards,

Pramod

Points will be rewarded for the helpful answers.

Accepted Solutions (0)

Answers (2)

Answers (2)

pramod_gopisetty1
Active Contributor
0 Kudos

solved it my self, wrote a custom ABAP program which will take username and reset the password in the system name mentioned.

Thank you.

Former Member
0 Kudos

Hello,

yes you can mention the password in the batch. The format would be like below:

User

UID=user1

Password=user1

Email_Address=user1@mycompany.com

First_Name=John

Last_Name=Smith

User

UID=user2

Password=user2

Email_Address= user2@mycompany.com

First_Name=Jane

Last_Name=Miller

Please see the documentation

http://help.sap.com/saphelp_nw04/helpdata/en/7d/49ae0771924cf4a1fc7e2af7b2e18c/frameset.htm

Regards

Deb