MantisBT: master b1877a6a

Author Committer Branch Timestamp Parent
mantishub mantishub master 2014-04-21 19:14 master 5299ddfd
Affected Issues  0017184: Anonymous authentication to soap api
Changeset

Fixes 0017184: Anonymous authentication to soap api.

Anonymous authentication now works by passing in an empty user name
or the anonymous user name. In both cases, the password field should
be left blank. The authentication logic has been pushed into the
script login validation core API.

mod - api/soap/mc_api.php Diff File
mod - core/authentication_api.php Diff File