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:28:41 PM (16 years ago)
- Author:
-
Adam
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v1
|
v2
|
|
1 | 1 | = Documentation for the DEB Web admin interface = |
| 2 | |
| 3 | == Add user == |
| 4 | |
| 5 | '''Request:''' ''servername''/admin?action=edituser |
| 6 | |
| 7 | POST parameters: |
| 8 | * ''login'': username |
| 9 | * ''action'': edituser |
| 10 | * name: full name |
| 11 | * org: organization |
| 12 | * pass: password |
| 13 | * email: e-mail |
| 14 | * addr: address |
| 15 | * service and dictionary access |
| 16 | * for each service, user should have access to, set: ''serv_[servicecode]'' to ''on'' |
| 17 | * for each dictionary in service, set: ''dict_[servicecode]_[dictionarycode]'' to ''r'' (for read-only access) or ''w'' (for write access) |