1 <!DOCTYPE html>
2 <html>
3
4 <head>
5 <title>Unauthorized</title>
6 </head>
7
8 <body>
9 <h1>Unauthorized</h1>
10 <p>
11 If you are the system administrator, you can configure the
12 <code>basicAuthUser</code> credentials by editing
13 <code>config.yaml</code> in the root directory of your installation.
14 </p>
15 </body>
16
17 </html>