Update Dymanic UI password field
Currently password field has the following issues:
it clones password automatically and makes user confirm entered password in a separate field.
Also password field has it's own validators and it is impossible to provide your own. Special characters are not needed for some passwords for example.
So it is proposed to add new parameters to the current password field:
1) confirm input - true by default
2) regexValidators - if set up, need to use this parameter instead of the default one
Blueprint information
- Status:
- Not started
- Approver:
- Serg Melikyan
- Priority:
- Undefined
- Drafter:
- Ekaterina Chernova
- Direction:
- Needs approval
- Assignee:
- Ekaterina Chernova
- Definition:
- Pending Approval
- Series goal:
- None
- Implementation:
- Not started
- Milestone target:
- mitaka-3
- Started by
- Completed by
Related branches
Related bugs
Sprints
Whiteboard
Gerrit topic: https:/
Addressed by: https:/
Control password field duplication
Addressed by: https:/
[DynamicUI] Apply user regex for the password field