Reply
HELPDESK managing users passwords (296 Views)
omarelalfy
Visitor
Posts: 4
Registered: 10-31-2011
Message 1 of 16 (296 Views)
Accepted Solution

HELPDESK managing users passwords

Gents,

 

i want to add a menu button called Reset Operator password that link to a form that only have 1 field which is the operator ID, and have a reset operator password option in the menu.

 

and make it available by a capability word to the service desk team only.

 

i tried doing it as per an old article but the menu button opens the original operator form and not the new one that i created.

 

and ideas?

 

thanks a lot,

Omar.

Please use plain text.
Michal_Kovac
Trusted Contributor
Posts: 89
Registered: 02-03-2011
Message 2 of 16 (279 Views)

Re: HELPDESK managing users passwords

Hi Omar,

f.i. create wizard with format and javascript and put it into the menu.

Michal

Please use plain text.
dv_3
Super Advisor
Posts: 220
Registered: 10-23-2010
Message 3 of 16 (268 Views)

Re: HELPDESK managing users passwords

[ Edited ]

HI,
-Goto command line and type menu
-Select a Menu record for eg. IM GEN
-Add a new line below, with a description and application as 'password.change'
-In condition give index("password", $lo.ucapex)>0 where password is the capability word.
-save.
**Make sure that the menu record that you use is the one the desired operators also use.
You can see that in startup tab of operator record.(parameter value).
**also assign this capability to the operators desired(operators in service desk team).

Now these operators can see an option password change below menu navigation

Hope this is what you want..

TH@nks
dev
Please use plain text.
Piku
Honored Contributor
Posts: 1,379
Registered: 06-17-2010
Message 4 of 16 (263 Views)

Re: HELPDESK managing users passwords

Hi omarelalfy,

You can try to alter the display screen operator.view.
here just mention your condition like,
if (user.role="Help-desk") then ($L.format="your form name")

Give it a try ,it should work.


@Dev
It would change the current logged in operator password only.
And I suppose omarelalfy want to allow the help desk agent to change the password of any desired ID

hth
Please use plain text.
Michal_Kovac
Trusted Contributor
Posts: 89
Registered: 02-03-2011
Message 5 of 16 (260 Views)

Re: HELPDESK managing users passwords

Attached you can find unload files (plus PNG image with example of menu item), load all UNL files, it will create wizard (and format and link) where you enter operator name, click "Finish" and it changes password to "P@ssword123".
Michal

Please use plain text.
omarelalfy
Visitor
Posts: 4
Registered: 10-31-2011
Message 6 of 16 (241 Views)

Re: HELPDESK managing users passwords

Million thanks for the unload I will try that immediately and get back to you.

 

Thanks for your support.

Please use plain text.
omarelalfy
Visitor
Posts: 4
Registered: 10-31-2011
Message 7 of 16 (240 Views)

Re: HELPDESK managing users passwords

Gentlemen,

 

Guru's your the best, thanks for all your replies.

 

Cheers.

Please use plain text.
oelalfy
Frequent Advisor
Posts: 85
Registered: 03-07-2011
Message 8 of 16 (196 Views)

Re: HELPDESK managing users passwords

i have an error User ***** does not have authorization to perform the action: save

 

it seems that this only works when we have Sysadmin capability word in place. otherwise it gives the above error.

Please use plain text.
Michal_Kovac
Trusted Contributor
Posts: 89
Registered: 02-03-2011
Message 9 of 16 (193 Views)

Re: HELPDESK managing users passwords

Hi,

add to users which need this functionality oob capability word "data administrator" or whatever you have on fc "operator" (see attached).

Michal

Please use plain text.
oelalfy
Frequent Advisor
Posts: 85
Registered: 03-07-2011
Message 10 of 16 (172 Views)

Re: HELPDESK managing users passwords

i tried that but without data administrator, i added a capability word "ResetPasswordforSD" and tried but did not work .. does it need restart for services?

Please use plain text.
Piku
Honored Contributor
Posts: 1,379
Registered: 06-17-2010
Message 11 of 16 (170 Views)

Re: HELPDESK managing users passwords

Hi,
I did not see any such behavior.

Did you checked your operator FC's privileges tab for the same.
Here update field should have enough rights.

Did you have implemented any other restriction policy for DB in your environment.


hth,
Please use plain text.
oelalfy
Frequent Advisor
Posts: 85
Registered: 03-07-2011
Message 12 of 16 (162 Views)

Re: HELPDESK managing users passwords

i tried it on the test environment with data administrator it worked after i restarted the services .. so i will try restarting the services of the production and try "ResetPasswordforSD" that i added i dont know it will work or not as the data administrator is there OOB and the parent capability word is SysAdmin but i dont want to give the same as i dont want the SD team to have any extra privilege.

Please use plain text.
oelalfy
Frequent Advisor
Posts: 85
Registered: 03-07-2011
Message 13 of 16 (93 Views)

Re: HELPDESK managing users passwords

ERROR: while resetting password for Operator: rkamal
User dtawadros does not have authorization to perform the action: save

 

i get this error still after adding data administrator capability word.

Please use plain text.
oelalfy
Frequent Advisor
Posts: 85
Registered: 03-07-2011
Message 14 of 16 (92 Views)

Re: HELPDESK managing users passwords

any ideas how to overcome this problem? what is action.save

Please use plain text.
Vikky
Frequent Advisor
Posts: 51
Registered: 12-12-2010
Message 15 of 16 (74 Views)

Re: HELPDESK managing users passwords

Please allow DB data access  for  particular operator in operator table.

Please use plain text.
oelalfy
Frequent Advisor
Posts: 85
Registered: 03-07-2011
Message 16 of 16 (72 Views)

Re: HELPDESK managing users passwords

thanks vikky spot on .. gents as per vikky solved by adding dataaccess field in the datadict for operator table,

Please use plain text.