##// END OF EJS Templates
fixed wrong clone url for anonymous access
marcink -
r936:e1c9903d beta
parent child Browse files
Show More
@@ -81,9 +81,9 b' class SummaryController(BaseController):'
81 password = ''
81 password = ''
82 else:
82 else:
83 username = str(c.rhodecode_user.username)
83 username = str(c.rhodecode_user.username)
84 password = ''
84 password = '@'
85
85
86 uri = u'%(protocol)s://%(user)s%(password)s@%(host)s%(prefix)s/%(repo_name)s' % {
86 uri = u'%(protocol)s://%(user)s%(password)s%(host)s%(prefix)s/%(repo_name)s' % {
87 'protocol': e.get('wsgi.url_scheme'),
87 'protocol': e.get('wsgi.url_scheme'),
88 'user':username,
88 'user':username,
89 'password':password,
89 'password':password,
General Comments 0
You need to be logged in to leave comments. Login now