Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
9655bb65
Commit
9655bb65
authored
Oct 22, 2021
by
Sam Figueroa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove use of Gitlab::Utils::Override
- refs:
https://gitlab.com/gitlab-org/gitlab/-/issues/338766
parent
9064ff02
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
ee/app/controllers/trial_registrations_controller.rb
ee/app/controllers/trial_registrations_controller.rb
+0
-3
No files found.
ee/app/controllers/trial_registrations_controller.rb
View file @
9655bb65
...
...
@@ -3,8 +3,6 @@
# EE:SaaS
# TODO: namespace https://gitlab.com/gitlab-org/gitlab/-/issues/338394
class
TrialRegistrationsController
<
RegistrationsController
extend
::
Gitlab
::
Utils
::
Override
include
OneTrustCSP
layout
'minimal'
...
...
@@ -41,7 +39,6 @@ class TrialRegistrationsController < RegistrationsController
end
end
override
:sign_up_params
def
sign_up_params
if
params
[
:user
]
params
.
require
(
:user
).
permit
(
:first_name
,
:last_name
,
:username
,
:email
,
:password
,
:skip_confirmation
,
:email_opted_in
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment