we want secret keys in modify account
This commit is contained in:
parent
409f3021b9
commit
e9d80f65fe
|
@ -1309,7 +1309,7 @@ _('Without a connection, you can not edit your personal information.')
|
||||||
else:
|
else:
|
||||||
from common import GnuPG
|
from common import GnuPG
|
||||||
if GnuPG.USE_GPG:
|
if GnuPG.USE_GPG:
|
||||||
secret_keys = GnuPG.GnuPG().get_keys()
|
secret_keys = GnuPG.GnuPG().get_secret_keys()
|
||||||
else:
|
else:
|
||||||
secret_keys = []
|
secret_keys = []
|
||||||
if not secret_keys:
|
if not secret_keys:
|
||||||
|
|
Loading…
Reference in New Issue