Skip to content
Snippets Groups Projects
Commit 4af1f561 authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

really save passphrase when we check "save password" checkbutton

parent b821d23f
No related branches found
No related tags found
No related merge requests found
......@@ -31,6 +31,7 @@ class SimplePasswordStorage(object):
return gajim.config.get_per('accounts', account_name, 'password')
def save_password(self, account_name, password):
gajim.config.set_per('accounts', account_name, 'password', password)
gajim.connections[account_name].password = password
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment