django25
17th June 2009, 13:36
Sir/Madam
By mistake I have given a session authorization to a user.
How do I remove this authorization from the user.
Regards
Django

dheerendra_gosw
17th June 2009, 13:56
Just delete this authorization and Convert to run time data dictionary for this session.

Thx,
Dheerendra

preethish
4th August 2011, 09:29
Any idea on removing complete authorization of the user with out deleting user??????

jclju1
4th August 2011, 09:51
You don't need to delete user. Delete the user's authorization for sessions, modules, ...

preethish
5th August 2011, 08:02
You don't need to delete user. Delete the user's authorization for sessions, modules, ...

hi thank you for the reply. the problem is i want to give authorization to one user of "xyz" department who was previously in "abc" department. i need to delete "abc" dep authorization for this user. and is it possible to delete at a stretch with out going to individual packages. . . i knw we can delete by going to individual package and delete session permission.


once again thank u..


Preethish

jclju1
5th August 2011, 10:10
Maybe you can try to delete authorizations for user using GTM session. But in this case you should exactly know what to do. To add new authorizations you can use session Copy Authorizations between Users.

lebowski
5th August 2011, 14:42
You could make the user temporary a superuser: Then ALL authorisations are deleted. After that change him back to a normal user and give him permissions for the "xyz dep". If you have a user that already has the the permissons that you need you can use "copy authorisations between users".

lebowski

ahmedfarhan
6th August 2011, 14:30
Go to ttdba0510m000 then remove link from this session