Skip to content

fix: only prompt for credentials encryption when creds will be saved - #4720

Merged
svartkanin merged 1 commit into
archlinux:masterfrom
NWuensche:master
Aug 29, 2026
Merged

fix: only prompt for credentials encryption when creds will be saved#4720
svartkanin merged 1 commit into
archlinux:masterfrom
NWuensche:master

Conversation

@NWuensche

Copy link
Copy Markdown
Contributor
The encryption prompt for user_credentials.json was shown unconditionally
in save_config, even when the user selected 'Save user configuration'.
That option only writes user_configuration.json, so the credentials file
was never created despite the misleading prompt. Gate the encryption
prompt behind 'user_creds' and 'all' save options.

    
    The encryption prompt for user_credentials.json was shown unconditionally
    in save_config, even when the user selected 'Save user configuration'.
    That option only writes user_configuration.json, so the credentials file
    was never created despite the misleading prompt. Gate the encryption
    prompt behind 'user_creds' and 'all' save options.
@NWuensche
NWuensche requested a review from Torxed as a code owner August 20, 2026 13:01
@svartkanin
svartkanin merged commit b0794a0 into archlinux:master Aug 29, 2026
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants