Allow multiple usernames when using HTTP authentication for the admin interface

Patrick Canterino requested to merge pcanterino/Jirafeau:master into next-release

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.

Merge request reports