Lines Matching full:not
35 'logout' => true, // can the user logout again? (eg. not possible with HTTP auth)
59 * Available Capabilities. [ DO NOT OVERRIDE ]
72 * Capability check. [ DO NOT OVERRIDE ]
111 … * Trigger the AUTH_USERDATA_CHANGE event and call the modification function. [ DO NOT OVERRIDE ]
166 * will not be used for authenticating (except this
169 * checkPass()). If this function is not returning null,
170 * implementing checkPass() is not needed here anymore.
191 * @param bool $sticky Cookie should not expire
249 * @param bool $requireGroups whether or not the returned data must include groups
279 msg("authorisation method does not allow creation of new users", -1);
295 msg("authorisation method does not allow modifying of user data", -1);
310 msg("authorisation method does not allow deleting of users", -1);
326 msg("authorisation method does not provide user counts", -1);
343 msg("authorisation method does not support mass retrieval of user data", -1);
358 msg("authorisation method does not support independent group creation", -1);
374 msg("authorisation method does not support group list retrieval", -1);
435 * This makes sure slow authentication backends do not slow down DokuWiki.
436 * This also means that changes to the user database will not be reflected
443 * This reference file mechanism does not reflect changes done directly in
448 * unsure, do not override.