summaryrefslogtreecommitdiffstats
path: root/webapp/components/user_settings/user_settings_security.jsx
diff options
context:
space:
mode:
authorlindalumitchell <linda@mattermost.com>2017-03-16 09:28:35 -0700
committerCorey Hulen <corey@hulen.com>2017-03-16 09:28:35 -0700
commit91355f0e7d063729c2ba5cb1fc8ff39a346bae04 (patch)
treea298ee301b33520536acdc1e42ac9b50725b9778 /webapp/components/user_settings/user_settings_security.jsx
parent6a5f621f7333a2e32823f1f56e7c2df6de964631 (diff)
downloadchat-91355f0e7d063729c2ba5cb1fc8ff39a346bae04.tar.gz
chat-91355f0e7d063729c2ba5cb1fc8ff39a346bae04.tar.bz2
chat-91355f0e7d063729c2ba5cb1fc8ff39a346bae04.zip
Add IDs to Security > password fields (#5777)
Diffstat (limited to 'webapp/components/user_settings/user_settings_security.jsx')
-rw-r--r--webapp/components/user_settings/user_settings_security.jsx3
1 files changed, 3 insertions, 0 deletions
diff --git a/webapp/components/user_settings/user_settings_security.jsx b/webapp/components/user_settings/user_settings_security.jsx
index b6ee2d915..9ca7f4b62 100644
--- a/webapp/components/user_settings/user_settings_security.jsx
+++ b/webapp/components/user_settings/user_settings_security.jsx
@@ -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}