mirror of
https://github.com/ComradCollective/Comrad
synced 2024-11-05 21:20:51 +00:00
screw it, no pass's rn
This commit is contained in:
parent
fd680828ae
commit
b808ab9abc
@ -200,7 +200,8 @@ class LoginScreen(BaseScreen):
|
||||
|
||||
logger.info(f'booted kommie: {kommie}')
|
||||
if kommie.exists_locally_as_account():
|
||||
pw=await self.app.get_input('Welcome back.',get_pass=True)
|
||||
pw='marx'
|
||||
#pw=await self.app.get_input('Welcome back.',get_pass=True)
|
||||
kommie.keychain(passphrase=pw)
|
||||
logger.info(f'updated keychain: {dict_format(kommie.keychain())}')
|
||||
logger.info(f'is account')
|
||||
@ -301,7 +302,7 @@ 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)
|
||||
|
||||
passphrase = None
|
||||
passphrase = 'marx'
|
||||
while not passphrase:
|
||||
passphrase = await self.app.get_input('Please enter a memorable password.',
|
||||
get_pass=True
|
||||
|
Loading…
Reference in New Issue
Block a user