Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Restrict access to password reset

Former Member
0 Kudos

Hi All,

We are looking at allowing users to have password reset capability but not lock/unlock users. Activity 05 permits both by default. Is there a way to achieve this? We do not have CUA and no plans to setup one in the near future. Thanks for your prompt responses

Regards

Vijaya

9 REPLIES 9

Former Member
0 Kudos

Hi Vijyalaskhmi,

This is one of the most frequent and discussed topic in SDN....

Check out the long running....

Regards,

Zaheer

Edited by: Zaheer on Sep 17, 2008 11:11 PM

0 Kudos

Zaheer,

The thread relates to user locking not password reset. Am I missing something?

Thanks

Vijaya

0 Kudos

That would require custom screen variant which will hide lock/unlock button. Since the activity (05) is same for password reset and lock/unlock this is the only option.

in that thread, it was JC's post...

Regards,

Zaheer

0 Kudos

On a second thought....

check this one

Regards,

Zaheer

Former Member
0 Kudos

Dear Lakshmi,

It is not possible(correct me if wrong).I wonder why you want to do this.Even if you achieve your target then any user can change anyones password,and this should not be allowed.

Regards,

Ashutosh

0 Kudos

>

> Dear Lakshmi,

>

> It is not possible(correct me if wrong).I wonder why you want to do this.Even if you achieve your target then any user can change anyones password,and this should not be allowed.

Well, its achievable, just have a custom transaction created like ZSU01, ask your ABAPer to remove the lock/unlock option.

From SU01, first screen itself password and lock/unlock can be done, the new tcode should only show password reset option.

Regards,

Zaheer

0 Kudos

The Screen variant works fine. I executed it.

AB

Former Member
0 Kudos

Hi Lakshmi,

To give access to the users to change their own password..

We have a T-Code SU3..

With this T-Code any Dialog User can change their Own Password..(General T-Code that is given all the Business users)

This T-code is usually present in the Default Role which is given to all the End user roles...

Might vary from Company to Company though..

0 Kudos

To give access to the users to change their own password..

We have a T-Code SU3..

I thought she was asking for change password for other Users..

AB.