Skip to content

Validate new user saved before accepting invite

What does this MR do?

Validates new user is saved before saving member during accept_invite!

Related to https://gitlab.com/gitlab-org/gitlab/-/issues/332823

Related to https://sentry.gitlab.net/gitlab/gitlabcom/?query=Validation+failed%3A+Author+can%27t+be+blank

Resolves https://sentry.gitlab.net/gitlab/gitlabcom/issues/2739857

Screenshots or Screencasts (strongly suggested)

This fix stops member.rb from causing this Exception in app/services/event_create_service.rb when attempting to log the "join_project" event after accept_invite! without a valid user.

Screen_Shot_2021-07-29_at_8.42.08_AM

How to setup and validate locally (strongly suggested)

Example below:

  1. bundle exec rspec spec/controllers/registrations_controller_spec.rb:210 spec/models/member_spec.rb:606

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

Does this MR contain changes to processing or storing of credentials or tokens, authorization and authentication methods or other items described in the security review guidelines? If not, then delete this Security section.

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team

Related to #332823

Edited by Jackie Fraser

Merge request reports