[node-patches] Change in ovirt-node[master]: installer: Clear password messages
fabiand at fedoraproject.org
fabiand at fedoraproject.org
Tue Nov 13 13:35:10 UTC 2012
Fabian Deutsch has uploaded a new change for review.
Change subject: installer: Clear password messages
......................................................................
installer: Clear password messages
Up to now some parts of informational messages could remain on the
screen of the password case. Now these remaining parts are also removed.
rhbz#861311
Change-Id: Ia166c4ac557fdedbaaebdb8a120f626ddc998388
Signed-off-by: Fabian Deutsch <fabiand at fedoraproject.org>
---
M scripts/ovirt-config-installer.py
1 file changed, 2 insertions(+), 2 deletions(-)
git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/15/9215/1
diff --git a/scripts/ovirt-config-installer.py b/scripts/ovirt-config-installer.py
index a906d76..e890edb 100644
--- a/scripts/ovirt-config-installer.py
+++ b/scripts/ovirt-config-installer.py
@@ -320,14 +320,14 @@
except PAM.error, (resp, code):
logger.error(resp)
self.current_password_fail = 1
- self.pw_msg.setText("Current Password Invalid\n\n\n\n")
+ self.pw_msg.setText("Current Password Invalid\n\n\n\n\n")
return False
except:
logger.error("Internal error")
return False
else:
self.current_password_fail = 0
- self.pw_msg.setText(" \n\n\n\n")
+ self.pw_msg.setText(" \n\n\n\n\n\n")
return True
def other_device_root_callback(self):
--
To view, visit http://gerrit.ovirt.org/9215
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ia166c4ac557fdedbaaebdb8a120f626ddc998388
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-node
Gerrit-Branch: master
Gerrit-Owner: Fabian Deutsch <fabiand at fedoraproject.org>
More information about the node-patches
mailing list