close
Warning:
Can't synchronize with repository "(default)" (/usr/local/svn/deb2-client does not appear to be a Subversion repository.). Look in the Trac log for more information.
- Timestamp:
-
Oct 8, 2009, 2:30:41 PM (16 years ago)
- Author:
-
Adam
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v2
|
v3
|
|
1 | 1 | = Documentation for the DEB Web admin interface = |
2 | 2 | |
3 | | == Add user == |
| 3 | == Add/Edit user == |
4 | 4 | |
5 | 5 | '''Request:''' ''servername''/admin?action=edituser |
… |
… |
|
7 | 7 | POST parameters: |
8 | 8 | * ''login'': username |
9 | | * ''action'': edituser |
10 | | * name: full name |
11 | | * org: organization |
12 | | * pass: password |
13 | | * email: e-mail |
14 | | * addr: address |
| 9 | * ''action'': ''edituser'' |
| 10 | * ''new'': ''1'' when creating new user, leave out when editing existing user |
| 11 | * ''name'': full name |
| 12 | * ''org'': organization |
| 13 | * ''pass'': password |
| 14 | * ''email'': e-mail |
| 15 | * ''addr'': address |
15 | 16 | * service and dictionary access |
16 | 17 | * for each service, user should have access to, set: ''serv_[servicecode]'' to ''on'' |