First try of basic auth on the web server (add the user name) (issue #615)

This commit is contained in:
Nicolargo 2015-06-02 14:27:52 +02:00
parent 841062e15c
commit d09927eadc

View File

@ -235,7 +235,7 @@ Start the client browser (browser mode):\n\
confirm=True)
elif args.webserver:
args.password = self.__get_password(
description='Define the password for the Glances web server',
description='Define the password for the Glances web server\nUser name: glances',
confirm=True)
elif args.client:
args.password = self.__get_password(