Skip to content
Snippets Groups Projects
Commit 0baadd6c authored by Felipe Artur's avatar Felipe Artur
Browse files

Fix changelog file

parent c5526a2d
No related branches found
No related tags found
1 merge request!3862Toggle email signup confirmation in admin settings
Loading
@@ -95,8 +95,6 @@ v 8.7.1
Loading
@@ -95,8 +95,6 @@ v 8.7.1
v 8.7.0 v 8.7.0
- Gitlab::GitAccess and Gitlab::GitAccessWiki are now instrumented - Gitlab::GitAccess and Gitlab::GitAccessWiki are now instrumented
- Fix vulnerability that made it possible to gain access to private labels and milestones - Fix vulnerability that made it possible to gain access to private labels and milestones
v 8.7.0 (unreleased)
- The number of InfluxDB points stored per UDP packet can now be configured - The number of InfluxDB points stored per UDP packet can now be configured
- Fix error when cross-project label reference used with non-existent project - Fix error when cross-project label reference used with non-existent project
- Transactions for /internal/allowed now have an "action" tag set - Transactions for /internal/allowed now have an "action" tag set
Loading
Loading
Loading
@@ -309,7 +309,6 @@ class User < ActiveRecord::Base
Loading
@@ -309,7 +309,6 @@ class User < ActiveRecord::Base
end end
   
def check_confirmation_email def check_confirmation_email
byebug
skip_confirmation! unless current_application_settings.send_user_confirmation_email skip_confirmation! unless current_application_settings.send_user_confirmation_email
end end
   
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment