]> jfr.im git - irc/unrealircd/unrealircd-webpanel.git/commit - plugins/sql_auth/sql_auth.php
Disable permission checks when no auth plugin exists
authorValerie Pond <redacted>
Tue, 4 Apr 2023 00:15:29 +0000 (01:15 +0100)
committerValerie Pond <redacted>
Tue, 4 Apr 2023 00:15:29 +0000 (01:15 +0100)
commitc00c34d2d77e4aaf4474ce22defb03e70f80b2a9
tree0fcd0e27dd2e963d48c2ef9cddc5e414817334c7
parentfcd08f14beb6891c96a75c869352127a023c77bd
Disable permission checks when no auth plugin exists

This lets people who are not using sql_auth plugin still be able to do things and not worry about setting permissions.

Warning: Not using sql_auth will NOT let you configure user permissions. In other words, anyone you give access will have permission to do everything.
Classes/class-hook.php
Classes/class-paneluser.php
common.php
plugins.php
plugins/sql_auth/sql_auth.php