|
|
|
@ -49,8 +49,7 @@ |
|
|
|
|
|
|
|
<sqx-control-errors for="displayName" [submitted]="userFormSubmitted"></sqx-control-errors> |
|
|
|
|
|
|
|
<input type="text" class="form-control" id="displayName" maxlength="100" formControlName="displayName" autocomplete="false" |
|
|
|
/> |
|
|
|
<input type="text" class="form-control" id="displayName" maxlength="100" formControlName="displayName" autocomplete="false" /> |
|
|
|
</div> |
|
|
|
|
|
|
|
<div class="form-group form-group-password" [class.hidden]="isCurrentUser"> |
|
|
|
@ -59,8 +58,7 @@ |
|
|
|
|
|
|
|
<sqx-control-errors for="password" [submitted]="userFormSubmitted"></sqx-control-errors> |
|
|
|
|
|
|
|
<input type="password" class="form-control" id="password" maxlength="100" formControlName="password" autocomplete="false" |
|
|
|
/> |
|
|
|
<input type="password" class="form-control" id="password" maxlength="100" formControlName="password" autocomplete="false" /> |
|
|
|
</div> |
|
|
|
|
|
|
|
<div class="form-group"> |
|
|
|
@ -68,8 +66,7 @@ |
|
|
|
|
|
|
|
<sqx-control-errors for="passwordConfirm" [submitted]="userFormSubmitted"></sqx-control-errors> |
|
|
|
|
|
|
|
<input type="password" class="form-control" id="passwordConfirm" maxlength="100" formControlName="passwordConfirm" autocomplete="false" |
|
|
|
/> |
|
|
|
<input type="password" class="form-control" id="passwordConfirm" maxlength="100" formControlName="passwordConfirm" autocomplete="false" /> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|