hack for now: no local pass's

decryption-error-fix
quadrismegistus 4 years ago
parent 5c9bf1d98b
commit 16866038c6

@ -200,7 +200,7 @@ class LoginScreen(BaseScreen):
logger.info(f'booted kommie: {kommie}')
if kommie.exists_locally_as_account():
pw='marx'
pw='marx' # @HACK FOR NOW
#pw=await self.app.get_input('Welcome back.',get_pass=True)
kommie.keychain(passphrase=pw)
logger.info(f'updated keychain: {dict_format(kommie.keychain())}')
@ -302,6 +302,8 @@ class LoginScreen(BaseScreen):
await logfunc(f"In fact this private encryption is so sensitive we'll encrypt it itself before storing it on your device -- locking the key itself away with a password.",pause=True,use_prefix=False)
# @HACK FOR NOW
passphrase = 'marx'
while not passphrase:
passphrase = await self.app.get_input('Please enter a memorable password.',

Loading…
Cancel
Save