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.

Changes between Version 2 and Version 3 of WebAdminAPI


Ignore:
Timestamp:
Oct 8, 2009, 2:30:41 PM (16 years ago)
Author:
Adam
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WebAdminAPI

    v2 v3  
    11= Documentation for the DEB Web admin interface =
    22
    3 == Add user ==
     3== Add/Edit user ==
    44
    55'''Request:''' ''servername''/admin?action=edituser
     
    77POST parameters:
    88 * ''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
    1516 * service and dictionary access
    1617   * for each service, user should have access to, set: ''serv_[servicecode]'' to ''on''