mirror of https://github.com/apache/cloudstack.git
Merge release branch 4.6 to master
* 4.6: CLOUDSTACK-9058
This commit is contained in:
commit
228935df4e
|
|
@ -113,6 +113,7 @@ class PasswordRequestHandler(BaseHTTPRequestHandler):
|
|||
if requestType == 'send_my_password':
|
||||
password = getPassword(clientAddress)
|
||||
if not password:
|
||||
self.wfile.write('saved_password')
|
||||
syslog.syslog('serve_password: requested password not found for %s' % clientAddress)
|
||||
else:
|
||||
self.wfile.write(password)
|
||||
|
|
|
|||
Loading…
Reference in New Issue