cleanup identity ux and lint fixes

- fix make check
- Forgot colon after Confirm your password

Signed-off-by: Ryan Harper <ryan.harper@canonical.com>
This commit is contained in:
Ryan Harper 2015-11-20 16:05:23 -06:00
parent 13c06bd5c1
commit 0534ef1d72
1 changed files with 3 additions and 3 deletions

View File

@ -44,11 +44,11 @@ class IdentityView(ViewPolicy):
self.signal = signal
self.items = []
self.realname = RealnameEditor(caption="")
self.hostname = UsernameEditor(caption="") # no spaces or special chars
self.hostname = UsernameEditor(caption="")
self.username = UsernameEditor(caption="")
self.password = PasswordEditor(caption="")
self.ssh_import_id = StringEditor(caption="")
self.ssh_import_confirmed = True # set to false require user validation
self.ssh_import_confirmed = True
self.error = Text("", align="center")
self.confirm_password = PasswordEditor(caption="")
@ -121,7 +121,7 @@ class IdentityView(ViewPolicy):
),
Columns(
[
("weight", 0.2, Text("Confirm your password",
("weight", 0.2, Text("Confirm your password:",
align="right")),
("weight", 0.3,
Color.string_input(self.confirm_password,