-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Do not save password in Preferences #8055
Copy link
Copy link
Closed
Labels
FirstTimeCodeContributionTriggers GitHub Greeter WorkflowTriggers GitHub Greeter Workflow[outdated] type: bugConfirmed bugs or reports that are very likely to be bugsConfirmed bugs or reports that are very likely to be bugs[outdated] type: enhancementcomponent: preferencescomponent: shared-database
Metadata
Metadata
Assignees
Labels
FirstTimeCodeContributionTriggers GitHub Greeter WorkflowTriggers GitHub Greeter Workflow[outdated] type: bugConfirmed bugs or reports that are very likely to be bugsConfirmed bugs or reports that are very likely to be bugs[outdated] type: enhancementcomponent: preferencescomponent: shared-database
Type
Fields
Give feedbackNo fields configured for issues without a type.
Projects
StatusShow more project fields
Done
StatusShow more project fields
Done
Is your suggestion for improvement related to a problem? Please describe.
Currently, the proxy configuration in Options -> Preferences -> Network requires the password being saved if the proxy needs an authentication.
As indicated by the warning message, the password is not protected, which raise a security concern.
Describe the solution you'd like
Do not impose to enter the password in the Preferences' field.
If the password is not saved, JabRef should prompt for it when using the proxy connection for the first time, and keep it in memory only for the current session.
Not a perfect solution, but an improvement.