Home
last modified time | relevance | path

Searched refs:userOptOutState (Results 1 – 2 of 2) sorted by relevance

/plugin/twofactor/action/
H A Dprofile.php127 $manager->userOptOutState($INPUT->bool('optout'));
173 if ($manager->userOptOutState()) {
180 if ($manager->userOptOutState()) {
/plugin/twofactor/
H A DManager.php162 public function userOptOutState($set = null) function in dokuwiki\\plugin\\twofactor\\Manager