Skip to content

Fix admin password update silently failing due to Sequelize VIRTUAL f…#893

Merged
chrisvel merged 1 commit intomainfrom
fix-855
Mar 3, 2026
Merged

Fix admin password update silently failing due to Sequelize VIRTUAL f…#893
chrisvel merged 1 commit intomainfrom
fix-855

Conversation

@chrisvel
Copy link
Owner

@chrisvel chrisvel commented Mar 3, 2026

…ield

Description

Type of Change

  • Bug fix (fixes an issue)
  • New feature (adds functionality)
  • Breaking change (breaks existing functionality)
  • Documentation/Translation update

Related Issues

Fixes #855

Testing

How did you test this?

Commands run:

  • npm run pre-push (linting + formatting + tests)
  • Tested manually in browser
  • Tested on mobile (if UI changes)

Screenshots

Checklist

  • This is not an AI slop crap, I know what I am doing
  • Code follows project style guidelines
  • Self-reviewed my own code
  • Added/updated tests (if applicable)
  • Updated documentation (if needed)
  • Database migrations included and tested (if applicable)
  • Translation keys added and synced (if applicable)

Additional Notes

@chrisvel chrisvel merged commit c383246 into main Mar 3, 2026
1 check 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.

[BUG] Admin password update silently fails (VIRTUAL field doesn't trigger beforeValidate hook)

1 participant