class="form-control"
value={this.state.userSettingsForm.new_password}
autoComplete="new-password"
+ maxLength={60}
onInput={linkEvent(
this,
this.handleUserSettingsNewPasswordChange
class="form-control"
value={this.state.userSettingsForm.new_password_verify}
autoComplete="new-password"
+ maxLength={60}
onInput={linkEvent(
this,
this.handleUserSettingsNewPasswordVerifyChange
class="form-control"
value={this.state.userSettingsForm.old_password}
autoComplete="new-password"
+ maxLength={60}
onInput={linkEvent(
this,
this.handleUserSettingsOldPasswordChange
type="password"
value={this.state.deleteAccountForm.password}
autoComplete="new-password"
+ maxLength={60}
onInput={linkEvent(
this,
this.handleDeleteAccountPasswordChange