We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 057d1f9 commit 4cb8f36Copy full SHA for 4cb8f36
ee/cli/plugins/secure.py
@@ -68,10 +68,10 @@ def secure_auth(self):
68
password=self.app.pargs.user_pass))
69
Log.info(self, "Successfully changed HTTP authentication"
70
" username to : {username}"
71
- .format(username=self.app.pargs.user_input))
+ .format(username=self.app.pargs.user_input), log=False)
72
73
" password to : {password}"
74
- .format(password=self.app.pargs.user_pass))
+ .format(password=self.app.pargs.user_pass), log=False)
75
76
@expose(hide=True)
77
def secure_port(self):
0 commit comments