|
|
@ -68,10 +68,10 @@ class EESecureController(CementBaseController): |
|
|
|
password=self.app.pargs.user_pass)) |
|
|
|
Log.info(self, "Successfully changed HTTP authentication" |
|
|
|
" username to : {username}" |
|
|
|
.format(username=self.app.pargs.user_input)) |
|
|
|
.format(username=self.app.pargs.user_input), log=False) |
|
|
|
Log.info(self, "Successfully changed HTTP authentication" |
|
|
|
" password to : {password}" |
|
|
|
.format(password=self.app.pargs.user_pass)) |
|
|
|
.format(password=self.app.pargs.user_pass), log=False) |
|
|
|
|
|
|
|
@expose(hide=True) |
|
|
|
def secure_port(self): |
|
|
|