diff --git a/src/server.js b/src/server.js index e89ebd8..c563771 100644 --- a/src/server.js +++ b/src/server.js @@ -138,7 +138,7 @@ exports.serveIt = async configFile => { server.on('request', mstream); server.listen(config.program.port, config.program.address, () => { const protocol = config.program.ssl && config.program.ssl.cert && config.program.ssl.key ? 'https' : 'http'; - winston.info(`Access mStream locally: ${protocol}://${config.program.address}:${config.program.port}`); + winston.info(`Access mStream locally: ${protocol}://localhost:${config.program.port}`); require('./db/task-queue').runAfterBoot(); }); diff --git a/webapp/admin/index.js b/webapp/admin/index.js index bf8f2d3..0af9693 100644 --- a/webapp/admin/index.js +++ b/webapp/admin/index.js @@ -453,10 +453,18 @@ const usersView = Vue.component('users-view', { -
+
-
+
+
+ There are currently have no users. Authentication is disabled when no users exist. +
+
+ Adding a user will enable authentication. Make sure the user add is has admin access. If you add a non-admin user, you will not be able to access this page. +
+
+
Users