]> jfr.im git - irc/unrealircd/unrealircd-webpanel.git/commit
Add file_auth plugin, which offers similar functionality to sql_auth
authorBram Matthys <redacted>
Wed, 12 Apr 2023 14:23:15 +0000 (16:23 +0200)
committerBram Matthys <redacted>
Wed, 12 Apr 2023 14:25:26 +0000 (16:25 +0200)
commitd74b3a6d9fe3f991f98f7ec3e67dda0e5083ed74
tree4dbb8a35a56eef096802d3e03f0fa775cefb0223
parent69660255331880b45a5f4fea77490222b888eb28
Add file_auth plugin, which offers similar functionality to sql_auth
but then with files. Note that the webserver needs to be able to
write to the data/ directory. See config/config.php.sample

The sql auth plugin is better, but this way users have no excuse
not to use any authentication, basically ;D
config/config.php.sample
plugins/file_auth/file_auth.php [new file with mode: 0644]
plugins/file_auth/index.php [new file with mode: 0644]