user and password on separated input for import project
Description
When your set to import project on create new repository, have option to import repo by url, but the problem that have only one field and if your origin repository have autentication, you need to set in format http(s)://user:password@domain/user/repo
, but some browsers store input data, then is possible to get this informations and this is potentially insecure, as example below:
Proposal
Based on this problem, I propose that have more 2 separate fields for username and password and a span, div or other html attribute to display url preview, then will be possible to secure password by field password, will not store this information openly, will be possible to see git url properly and all will be happy, as a prototype example below: