Skip to content

Commit

Permalink
Merge pull request #9782 from Serp1co/password-policy-hotfix
Browse files Browse the repository at this point in the history
Password policy hotfix
  • Loading branch information
mcalmer authored Feb 21, 2025
2 parents 715c753 + 8873dd8 commit 3a8240c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ INSERT INTO rhnConfiguration (key, description, default_value, value)
FROM rhnConfiguration
WHERE key = 'extauth_keep_temproles'
ON CONFLICT (key) DO UPDATE
SET default_value = rhnConfiguration.default_value;
SET default_value = EXCLUDED.default_value;

DELETE FROM rhnConfiguration
WHERE key = 'extauth_keep_temproles';
Expand Down

0 comments on commit 3a8240c

Please sign in to comment.