This can also be a token

https://www.docker.com/blog/docker-hub-new-personal-access-tokens/
This commit is contained in:
Girish Ramakrishnan
2019-10-23 06:51:10 -07:00
parent 28025cfb44
commit c1b95547d7

View File

@@ -122,7 +122,7 @@
</div>
<div class="form-group">
<label class="control-label" for="registryConfigPassword">Password</label>
<label class="control-label" for="registryConfigPassword">Password/Token</label>
<input type="text" class="form-control" ng-model="registryConfig.password" id="registryConfigPassword" name="password" ng-disabled="registryConfig.busy" ng-required>
</div>
</fieldset>