murano-dashboard/releasenotes/notes/update_password_field-21a3b60658de3575.yaml
Ekaterina Chernova f93bfa8f19 [DynamicUI] Apply user regex for the password field
Currently password field has strong regexp validator.
Previously it was not possible to application author
to soften password requirements.
This commit enables overwriting default validator with
a single 'regexpValidator' or multiple (dymanicUI special argument) -
'validators'.

Implements blueprint update-password-field

Change-Id: Id417ed71dcd737636439a2beb701751aa4ec0c12
2016-01-29 10:40:59 +03:00

16 lines
679 B
YAML

---
features:
- Version of Dynamic UI is increased to 2.3 due to *password* field update.
Now *password* supports validator overloading and control of automatic
password conformation field insertion.
* If ``regexpValidator`` is provided, default complex check for numbers,
capital and small letters in the password is not performed. Also, several
validators with corresponding Dynamic UI field may be used.
* ``confirmInput`` parameter is supported now for controlling whether
password field should be cloned or not.
If application author decided to turn off automatic field cloning, he
should set the new parameter to *false*.