Home
last modified time | relevance | path

Searched refs:auth_deleteprofile (Results 1 – 3 of 3) sorted by relevance

/dokuwiki/_test/tests/inc/
Dauth_deleteprofile.test.php39 $this->assertTrue(auth_deleteprofile());
66 $this->assertFalse(auth_deleteprofile());
71 $this->assertTrue(auth_deleteprofile());
95 $this->assertFalse(auth_deleteprofile());
123 $this->assertFalse(auth_deleteprofile());
150 $this->assertFalse(auth_deleteprofile());
154 $this->assertFalse(auth_deleteprofile());
158 $this->assertFalse(auth_deleteprofile());
/dokuwiki/inc/Action/
DProfileDelete.php38 if (auth_deleteprofile()) {
/dokuwiki/inc/
Dauth.php1155 function auth_deleteprofile() function