- Community Home
- >
- Software
- >
- Products
- >
- IT Service Manager
- >
- HP Service Manager / Service Center Support and News Forum
- >
- HELPDESK managing users passwords
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
HELPDESK managing users passwords
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
02-16-2012 04:52 AM
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.
Solved! Go to Solution.
Re: HELPDESK managing users passwords
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
02-16-2012 12:49 PM
Hi Omar,
f.i. create wizard with format and javascript and put it into the menu.
Michal
Re: HELPDESK managing users passwords
[ Edited ]- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
02-16-2012 11:06 PM - last edited on 02-16-2012 11:10 PM
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..
dev
Re: HELPDESK managing users passwords
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
02-16-2012 11:19 PM
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
Re: HELPDESK managing users passwords
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
02-16-2012 11:45 PM
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
Re: HELPDESK managing users passwords
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
02-23-2012 01:09 AM
Million thanks for the unload I will try that immediately and get back to you.
Thanks for your support.
Re: HELPDESK managing users passwords
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
02-23-2012 01:11 AM
Gentlemen,
Guru's your the best, thanks for all your replies.
Cheers.
Re: HELPDESK managing users passwords
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
03-04-2012 04:53 AM
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.
Re: HELPDESK managing users passwords
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
03-04-2012 06:10 AM
Hi,
add to users which need this functionality oob capability word "data administrator" or whatever you have on fc "operator" (see attached).
Michal
Re: HELPDESK managing users passwords
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
03-05-2012 03:33 AM
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?
Re: HELPDESK managing users passwords
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
03-05-2012 03:40 AM
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,
Re: HELPDESK managing users passwords
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
03-05-2012 05:32 AM
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.
Re: HELPDESK managing users passwords
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
03-18-2012 01:53 AM
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.
Re: HELPDESK managing users passwords
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
03-18-2012 01:59 AM
any ideas how to overcome this problem? what is action.save
Re: HELPDESK managing users passwords
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
03-19-2012 02:37 AM
Please allow DB data access for particular operator in operator table.
Re: HELPDESK managing users passwords
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
03-19-2012 03:15 AM
thanks vikky spot on .. gents as per vikky solved by adding dataaccess field in the datadict for operator table,


