Skip to content

Commit c4c3b44

Browse files
rickypratpolonel
authored andcommitted
Remove unused password validation
1 parent 60a379d commit c4c3b44

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/client/containers/Modals/CreateAccountModal.jsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -203,9 +203,6 @@ class CreateAccountModal extends React.Component {
203203
name={'password_confirmation'}
204204
value={this.password}
205205
onChange={e => this.onInputChanged(e, 'password')}
206-
data-validation={this.props.common.accountsPasswordComplexity ? 'length' : 'none'}
207-
data-validation-length={'min8'}
208-
data-validation-error-msg={'Password must contain at least 8 characters.'}
209206
/>
210207
</div>
211208
<div className='uk-float-left uk-width-1-2'>

0 commit comments

Comments
 (0)