Skip to content

Scope uid-1 password lock to uid 1 + fix sqlq SSL failure#50

Merged
doxigo merged 1 commit into
masterfrom
fix/wodby-uid1-password-skip-ssl
Jun 22, 2026
Merged

Scope uid-1 password lock to uid 1 + fix sqlq SSL failure#50
doxigo merged 1 commit into
masterfrom
fix/wodby-uid1-password-skip-ssl

Conversation

@doxigo

@doxigo doxigo commented Jun 22, 2026

Copy link
Copy Markdown
Contributor

The post-deploy step disabled password login for all @ramsalt.com accounts (WHERE mail LIKE %@ramsalt.com), wiping PMs' and devs' passwords on every prod deploy. Scoped to WHERE uid = 1 so only the admin is locked to SSO-only login.
Also added --extra=--skip-ssl to both sqlq calls. Sites whose DB does not offer TLS (e.g. MariaDB 10) fail the deploy otherwise with "TLS/SSL error: SSL is required, but the server does not support it".

The post-deploy step disabled password login for all @ramsalt.com accounts
(WHERE mail LIKE '%@ramsalt.com'), wiping PMs' and devs' passwords on every prod deploy. Scoped to WHERE uid = 1 so only the admin is locked to SSO-only
login. 
Also added --extra=--skip-ssl to both sqlq calls. Sites whose DB does not offer TLS (e.g. MariaDB 10) fail the deploy otherwise with "TLS/SSL error: SSL is required, but the server does not support it".

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

@doxigo doxigo merged commit 95c06ac into master Jun 22, 2026
1 check failed
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.

3 participants