]> jfr.im git - irc/unrealircd/unrealircd-webpanel.git/commit - Classes/class-paneluser.php
Move all the rest of session management outside sqlauth/fileauth as well.
authorBram Matthys <redacted>
Fri, 21 Apr 2023 17:50:09 +0000 (19:50 +0200)
committerBram Matthys <redacted>
Fri, 21 Apr 2023 17:50:54 +0000 (19:50 +0200)
commitcd1dee973ad0339479a7304a632dd0abc9ef1338
treefb3478a83eeaf941636037a138cbd582f8e76d07
parentd3e3ec08fc18333b563857148039bcbf80726625
Move all the rest of session management outside sqlauth/fileauth as well.
This may also mean we now require either module loaded, have not checked,
but that is the plan anyway ;)

If there is a special page that should be accessed without being logged
in, add it to page_requires_no_login(). Similar to page_requires_no_config().
Classes/class-paneluser.php
common.php
plugins/file_auth/file_auth.php
plugins/sql_auth/sql_auth.php
settings/install.php