Apr 2002 libsecret
This commit is contained in:
parent
4c1b226bff
commit
cb248a18a3
8 changed files with 86 additions and 17 deletions
|
|
@ -98,7 +98,7 @@ class ChangePassword(Assistant):
|
|||
|
||||
else:
|
||||
password = self.get_page('password').get_password()
|
||||
passwords.save_password(self.account, password)
|
||||
passwords.save_password(self.account, password, user=self.jid)
|
||||
self.show_page('success')
|
||||
|
||||
def _on_destroy(self, *args):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue