Add IDs to Security > password fields (#5777)

Этот коммит содержится в:
lindalumitchell
2017-03-16 09:28:35 -07:00
коммит произвёл Corey Hulen
родитель 6a5f621f73
Коммит 91355f0e7d

Просмотреть файл

@@ -331,6 +331,7 @@ export default class SecurityTab extends React.Component {
</label>
<div className='col-sm-7'>
<input
id='currentPassword'
className='form-control'
type='password'
onChange={this.updateCurrentPassword}
@@ -352,6 +353,7 @@ export default class SecurityTab extends React.Component {
</label>
<div className='col-sm-7'>
<input
id='newPassword'
className='form-control'
type='password'
onChange={this.updateNewPassword}
@@ -373,6 +375,7 @@ export default class SecurityTab extends React.Component {
</label>
<div className='col-sm-7'>
<input
id='confirmPassword'
className='form-control'
type='password'
onChange={this.updateConfirmPassword}