Lines Matching refs:to

6  * If you use a different one you have to change them accordingly.
18 * To use this configuration you have to copy them to local.php
22 /* Options to configure database access. You need to set up this
23 * options carefully, otherwise you won't be able to access you
37 * some reasons it might be usefull to let the database do the encryption.
38 * Set 'forwardClearPass' to '1' and the cleartext password is forwarded to
44 * the module which tables to lock. If you use any aliases for table names
54 /* This statement is used to grant or deny access to the wiki. The result
89 /* This statement is used to get all groups a user is member of. The
104 /* Additional minimum SQL statements to use the user manager */
113 * The login name will be accessed as 'user' to a alias might be neseccary.
132 /* Additional SQL statements to add new users with the user manager */
135 /* This statement should add a user to the database. Minimum information
136 * to store are: login name, password, email address and full name.
150 /* This statement should add a group to the database.
157 /* This statement should connect a user to a group (a user become member
187 /* Additional SQL statements to delete users with the user manager */
198 /* This statement should remove all connections from a user to any group
207 /* Additional SQL statements to modify users with the user manager */
212 * added to updateUser on demand. Only changed parameters will be used.
229 /* This statement should remove a single connection from a user to a