mirror of
https://github.com/cypht-org/cypht.git
synced 2026-04-25 04:56:03 +03:00
[GH-ISSUE #204] Cannot save settings when logged with dynamic auth #168
Labels
No labels
2fa
I18N
PGP
Security
Security
account
advanced_search
advanced_search
announcement
api_login
authentication
awaiting feedback
blocker
bug
bug
bug
calendar
config
contacts
core
core
devops
docker
docs
duplicate
dynamic_login
enhancement
epic
feature
feeds
framework
github
github
gmail_contacts
good first issue
help wanted
history
history
imap
imap_folders
inline_message
installation
keyboard_shortcuts
keyboard_shortcuts
ldap_contacts
mobile
need-ssh-access
new module set
nux
pop3
profiles
pull-request
question
refactor
release
research
saved_searches
smtp
strategic
tags
tests
themes
website
wordpress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/cypht#168
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @hartois on GitHub (Jun 17, 2017).
Original GitHub issue: https://github.com/cypht-org/cypht/issues/204
Originally assigned to: @jasonmunro on GitHub.
After last commits I cannot save settings if I enable dynamic auth.
I get the following message, although I'm sure that I enter the correct password:
Incorrect password, could not save settings to the server
@jasonmunro commented on GitHub (Jun 17, 2017):
I have been doing a lot of refactoring lately, it's likely I broke this. Thanks for the report, I will dig into it and get it fixed!
@jasonmunro commented on GitHub (Jun 18, 2017):
Fix pushed in
github.com/jasonmunro/cypht@c9a980c6adWhen you have a chance to test it out let me know if it works for you, it's working here@hartois commented on GitHub (Jun 19, 2017):
Yes, now the settings are saved.
Tell me please, why do I need to enter a password to save the settings?
@jasonmunro commented on GitHub (Jun 19, 2017):
Settings saved between logins are encrypted at rest. The encryption key is derived from your Cypht password. Because of this we cannot access a user's settings, or save them, without that password. Because that password is not saved anywhere on the server, you have to re-enter it to save your settings.
@hartois commented on GitHub (Jun 19, 2017):
I understand