Lines Matching refs:do
18 * do. The things a backend can do need to be set to true
34 'external' => true, // does the module do external auth checking?
173 $do = array_key_exists('do', $_REQUEST) ? $_REQUEST['do'] : null;
181 if($do === 'login' && !$has_attributes)
184 if($do === 'logout' && $has_attributes)
187 if($do === 'login' || ($autologin && $has_attributes && !$has_session)) {
195 if($do === 'logout' || ($autologin && !$has_attributes && $has_session)) {