Commit 7414f540 authored by Douwe Maan's avatar Douwe Maan

Merge branch 'username-password-stripped-from-import-url-fix' into 'master'

Username and password are no longer stripped from import url on import

See merge request !12725
parents e7d18a17 f8c0ccb1
......@@ -536,6 +536,11 @@ class Project < ActiveRecord::Base
ProjectCacheWorker.perform_async(self.id)
end
remove_import_data
end
# This method is overriden in EE::Project model
def remove_import_data
import_data&.destroy
end
......
---
title: Username and password are no longer stripped from import url on mirror update
merge_request: 12725
author:
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment