]> git.p6c8.net - jirafeau.git/commit
Allow multiple usernames when using HTTP authentication for the admin interface
authorPatrick Canterino <patrick@patrick-canterino.de>
Sun, 19 Mar 2023 13:15:50 +0000 (14:15 +0100)
committerPatrick Canterino <patrick@patrick-canterino.de>
Sat, 6 Apr 2024 11:43:27 +0000 (13:43 +0200)
commit45ca48c235e1ac4634799231dff0962fce2e3fbf
treebae315ca8b7c3f0d2f66aa8283e82fca7797424b
parent65347c4a98b56f7acd6c78275a08149bb4516b05
Allow multiple usernames when using HTTP authentication for the admin interface

Changed $cfg['admin_http_auth_user'] to an array to provide multiple usernames.
The option to provide a string here is preserved for backward compatibility.
admin.php
lib/config.original.php

patrick-canterino.de