Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 350573 - [server][user] Administrator should be able to change every user password
Summary: [server][user] Administrator should be able to change every user password
Status: RESOLVED FIXED
Alias: None
Product: Orion
Classification: ECD
Component: Client (show other bugs)
Version: 0.2   Edit
Hardware: PC Linux
: P3 enhancement (vote)
Target Milestone: 0.2   Edit
Assignee: Malgorzata Janczarska CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 347066
  Show dependency tree
 
Reported: 2011-06-28 09:06 EDT by Malgorzata Janczarska CLA
Modified: 2011-09-01 11:41 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Malgorzata Janczarska CLA 2011-06-28 09:06:37 EDT
Bug 347052 solved similar issue but not in every configuration. In general we don't have administrators in Orion. Bug 347052 used a list of users allowed to create users as administrators, but there are some configurations were everyone can create users. We should rather add an API that allows users with rights to /users servlet change every password. This API id required to fix bug 347066.
Comment 1 Malgorzata Janczarska CLA 2011-06-29 08:51:22 EDT
done.

API is POST /users reset=true, login=<login>, password = <password>