mirror of
https://github.com/cypht-org/cypht.git
synced 2026-04-25 13:05:53 +03:00
[GH-ISSUE #217] Save settings without password auth #180
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#180
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 @Yamakasi on GitHub (Aug 15, 2017).
Original GitHub issue: https://github.com/cypht-org/cypht/issues/217
Originally assigned to: @jasonmunro on GitHub.
It would be nice when we can save settings without the extra password Auth.
This auth is nice when you edit settings for external mailproviders like gmail and such but unneeded for local IMAP.
@dumblob commented on GitHub (Aug 15, 2017):
I hope you mean just for the address
localhost, but no other address (disregarding whether on the same LAN segment or whatever).@jasonmunro commented on GitHub (Aug 15, 2017):
@dumblob this request centers around a very specific case. We currently encrypt all user data stored between logins, as that could contain sensitive information. However, if you use IMAP authentication, and don't allow users to add additional E-mail accounts or profiles, no sensitive data will be stored outside the login session, meaning it would be possible to save the user settings without encrypting it, which would allow a user to save the data without re-entering their password. I'm not saying this is a good idea, but that is the background behind the request :)
@dumblob commented on GitHub (Aug 17, 2017):
All right, this reasoning didn't appear to me. Then sorry for the fuss.
@Yamakasi commented on GitHub (Sep 10, 2017):
I was thinking about that it might be nice that you can set in the config if people are able to select themself if they want to have multiple mailboxes, and if they can't it's IMAP only which will remove the password auth for storing.
How is this going so far ?
@jasonmunro commented on GitHub (Sep 25, 2017):
Initial version is committed. here is the sample ini entry and description:
github.com/jasonmunro/cypht@d6bb8164ac@jasonmunro commented on GitHub (Nov 29, 2017):
I'm going to close this out since it's done - if you find any bugs please re-open a new issue. Thanks!