Home « Server software «
Documentation: services/xml_rpc_drupal.login_hook.php
services/xml_rpc_drupal.login_hook.php - A simple authentication web service
This script is aiming to authenticate users remotely.Syntax: drupal.login(username, password) returns integer
This script looks into the local database for the given username and password. On match it returns the local id of the found user profile. Else it returns the value 0.
This script is a reference file of this system.
Voir aussi:
Licence: GNU Lesser General Public License
Auteurs:
- Bernard Paques bernard.paques@bigfoot.com
class Drupal
login()
function login($parameters)
- $parameters -