Revision 64f6a1f2
Added by Dmitri Dolguikh about 8 years ago
app/views/registries/_form.html.erb | ||
---|---|---|
15 | 15 |
<%= text_f f, :name, :help_inline => _("Registry name") %> |
16 | 16 |
<%= text_f f, :url, :help_inline => _("Registry url") %> |
17 | 17 |
<%= text_f f, :description, :help_inline => _("Describing of the registry") %> |
18 |
<%= text_f f, :username, :help_inline => _("Username used to access the registry") %> |
|
19 |
<%= password_f f, :password, :help_inline => _("Password used for authentication to the registry") %> |
|
18 | 20 |
</div> |
19 | 21 |
|
20 | 22 |
<%= render 'taxonomies/loc_org_tabs', :f => f, :obj => @registry %> |
Also available in: Unified diff
Fixes #8393: added support for basic auth for standalone registries