This file provides the main interface to the objectified auth backend. Old style auth functions are handled here and are passed to the appropriate auth object methods.
Note the three new functions included in this file. Several other methods make up the complete object interface, but since there is no need to access them through existing Dokuwiki code I haven't provided any translation mechanism to allow non-object versions to co-exist with object versions.
bool auth_canDo($fn) 'checkPass', 'getUserData', 'createUser', 'modifyUser', 'deleteUsers', 'getUserCount', 'retrieveUsers', 'joinGroup', 'leaveGroup', 'addGroup', 'retrieveGroups'true if the $fn is supported, false if it isn'tbool auth_modifyUser($user,$changes) key the field to be changed, value is the new valuetrue on successful update, false otherwise.int auth_deleteUsers($users)Unable to display file "dokuwiki/inc/auth.php": It may not exist, or permission may be denied.