Commit f8c0ccb1 authored by Tiago Botelho's avatar Tiago Botelho

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

parent 5198cd28
......@@ -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