-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
no private key available for account #597
Comments
part of #714 |
@sosnovsky As I understand we should not allow to |
How to reproduce:
|
Need to add that users who have an alias for their Gmail account can see this issue if a private key doesn't have |
I think it should be allowed in this case, but updated key needs to be synchronized to key manager. Mentioned operations should be disabled when there is NO_PRV_CREATE flag in client configuration (in this case app should show alert with |
… key (#2669) * Added ChoosePrivateKeyDialogFragment.| #597 * Added AddNewUserIdToPrivateKeyDialogFragment.| #597 * 'add email to existing key'. Handled a case when a private key has a passphrase in RAM.| #597 * 'add email to existing key'. Added updating contacts after editing a private key.| #597 * wip * wip * Fixed option "no private key available|add email to existing key" if only a single key exists.| #597 * Added ComposeScreenNoKeyAvailableFlowTest.testAddEmailToExistingSingleKeyPassphraseInDatabase().| #597 * wip * wip * Added ComposeScreenNoKeyAvailableMultipleKeysWithPassphraseInDatabaseFlowTest.| #597 * Added ComposeScreenNoKeyAvailableMultipleKeysWithPassphraseInRamFlowTest.| #597 * Added ComposeScreenNoKeyAvailableSingleKeyWithPassphraseInRamFlowTest.| #597 * Refactored code
We should offer solutions to this
-> import key (or load from backups)
-> add email to existing key (can edit key using pgpainless to add user)
-> create a new key for email
Keeps bothering me, and our users too
The text was updated successfully, but these errors were encountered: