Lines Matching refs:user

19 - a SECONDARY auth plugin that supplies ADDITIONAL user information such as
35 As authsplit has to orchestrate two auth plugins and the user's state in
36 them, it is possible that a user is known to one of the two plugins only or
55 validates both login name and password successfully. If a user is not known
71 tries to obtain the additional user information (real name, email address,
72 groups) from the SECONDARY auth plugin, which means that the user will have to
76 users), authsplit will create a user account there, too, using user
78 most likely not be very useful, the user will not only be notified that an
80 also review his or her user profile.
81 - otherwise the user seems to DokuWiki to be not logged in and will thus most
93 - getUserData(): this is the method DokuWiki uses eg. to retrieve the user's
96 auth plugin's getUserData() method only to make sure the user exists there and
98 Thus, a user has to be known to both auth plugins, but the SECONDARY's user
103 or the Admin uses DokuWiki's user manager to create an account for them.
105 authsplit will first check if the user is not known to the PRIMARY auth plugin
107 the user there, first. This is so that you can use DokuWiki to quickly create
108 a user both in DokuWiki AND your common authentication source without having
113 the case for authhttp), the user is then created in the SECONDARY auth plugin
117 This also means that an Admin can not specify a password in the user manager
120 the user self-registration form, users should not be able to specify a
122 wouldn't be stored anywhere and the user would thus get irritated. authhttp
134 - deleteUser(): authsplit will ALWAYS route delete user requests to the
135 SECONDARY auth plugin only. This is because it can't know whether user
137 Thus, deleting a user with the user manager will remove knowledge of his or
142 user manager is supposed to manage DokuWiki users in the first place. Thus,
143 even if the PRIMARY auth plugin offered these methods, the user lists and
191 - additional user information would come from authmysql.
225 store additional user information such as real names, email addresses and
231 - autocreate_users: If enabled, authsplit will automatically create user