Skip to content

fix: remove panic() and relay password hashing errors to UI - #1014

Merged
eternal-flame-AD merged 1 commit into
masterfrom
bcrypt-errors
Aug 10, 2026
Merged

fix: remove panic() and relay password hashing errors to UI#1014
eternal-flame-AD merged 1 commit into
masterfrom
bcrypt-errors

Conversation

@eternal-flame-AD

Copy link
Copy Markdown
Member

Fixes #1013

@eternal-flame-AD
eternal-flame-AD requested a review from a team as a code owner July 27, 2026 11:56
@codecov

codecov Bot commented Jul 27, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 58.97436% with 16 lines in your changes missing coverage. Please review.
✅ Project coverage is 74.28%. Comparing base (d543a8a) to head (75bc19c).
⚠️ Report is 1 commits behind head on master.

Files with missing lines Patch % Lines
api/user.go 50.00% 8 Missing and 4 partials ⚠️
auth/password/password.go 75.00% 1 Missing and 1 partial ⚠️
database/database.go 50.00% 1 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1014      +/-   ##
==========================================
- Coverage   74.53%   74.28%   -0.25%     
==========================================
  Files          66       66              
  Lines        3483     3512      +29     
==========================================
+ Hits         2596     2609      +13     
- Misses        688      698      +10     
- Partials      199      205       +6     

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Comment thread api/session_test.go
Comment thread api/session_test.go Outdated
Comment thread auth/password/password.go Outdated
Comment thread auth/password/password.go
@eternal-flame-AD
eternal-flame-AD added this pull request to the merge queue Aug 10, 2026
Merged via the queue into master with commit f99673f Aug 10, 2026
2 of 4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

Can't create a new user, got a 500 error

2 participants