mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-1065: cloudstack UI - AWS Style Regions - set autocomplete off.
This commit is contained in:
parent
bfed74c411
commit
b1f67a0881
|
|
@ -56,7 +56,7 @@ under the License.
|
|||
<!-- Password -->
|
||||
<div class="field password">
|
||||
<label for="password"><fmt:message key="label.password"/></label>
|
||||
<input type="password" name="password" class="required" />
|
||||
<input type="password" name="password" class="required" autocomplete="off" />
|
||||
</div>
|
||||
<!-- Domain -->
|
||||
<div class="field domain">
|
||||
|
|
|
|||
Loading…
Reference in New Issue