Skip to content

Add user register#670

Merged
axlbonnet merged 8 commits into
virtual-imaging-platform:developfrom
hippolyteblot:add-user-register
May 11, 2026
Merged

Add user register#670
axlbonnet merged 8 commits into
virtual-imaging-platform:developfrom
hippolyteblot:add-user-register

Conversation

@hippolyteblot
Copy link
Copy Markdown
Member

Password Support for User Signup

This PR fixes account creation by properly supporting password handling during signup

What changed

  • Added a dedicated signup DTO (SignUpUser) used only for user registration
  • Updated SignUpForm (already present) to use this signup specific DTO
  • Logs around the signup flow to make debugging and maintenance easier
  • @JsonIgnore on User.password to prevent password exposure through the default User model

@hippolyteblot hippolyteblot requested a review from axlbonnet April 23, 2026 13:20
Copy link
Copy Markdown
Contributor

@axlbonnet axlbonnet left a comment

Choose a reason for hiding this comment

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

I think it would be better to not extend User.

Comment thread vip-core/src/main/java/fr/insalyon/creatis/vip/core/models/User.java Outdated
@axlbonnet axlbonnet merged commit cdf1b5c into virtual-imaging-platform:develop May 11, 2026
2 checks 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.

2 participants