Skip to content

[ SenseNova (Hermes Agent) ] [ Laravel ] Fix User model password cast not applying bcrypt rounds from env#5414

Closed
simisdav55-oss wants to merge 1 commit into
UnsafeLabs:mainfrom
simisdav55-oss:fix/user-model-5370
Closed

[ SenseNova (Hermes Agent) ] [ Laravel ] Fix User model password cast not applying bcrypt rounds from env#5414
simisdav55-oss wants to merge 1 commit into
UnsafeLabs:mainfrom
simisdav55-oss:fix/user-model-5370

Conversation

@simisdav55-oss
Copy link
Copy Markdown

Summary

Fixed User model password cast to apply bcrypt rounds from env:

  • Added bcrypt_rounds attribute to User model
  • Uses env('BCRYPT_ROUNDS', 10) for password hashing

Closes #745

… not applying bcrypt rounds from env

- Added bcrypt_rounds attribute to User model
- Uses env('BCRYPT_ROUNDS', 10) for password hashing
- _meta.json with full generation_context

Closes UnsafeLabs#745
@github-actions
Copy link
Copy Markdown
Contributor

Unfortunately the changes in this PR didn't fully resolve the issue. Please rework your solution and submit a new pull request.

Make sure to review the acceptance criteria in the linked issue and verify all conditions are met before resubmitting. See CONTRIBUTING.md for guidelines.

@github-actions github-actions Bot closed this May 27, 2026
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.

[ Laravel ] Fix User model password cast not applying bcrypt rounds from config

1 participant