mirror of
https://github.com/nicolargo/glances.git
synced 2024-12-27 19:25:27 +03:00
First try of basic auth on the web server (add the user name) (issue #615)
This commit is contained in:
parent
841062e15c
commit
d09927eadc
@ -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(
|
||||
|
Loading…
Reference in New Issue
Block a user