murano-dashboard/releasenotes/notes/password-checking-780dc07fa1d9926a.yaml
Kirill Zaitsev 88ba72f931 Cleanup, clarify newton release-notes
This commit clarifies, cleans and improves releasenotes for murano

Co-Authored-By: Maria Zlatkova <mzlatkova@mirantis.com>
Change-Id: I20e31d0c2176eec225568f633dd839117737f169
2016-09-14 01:21:22 +03:00

7 lines
358 B
YAML

---
fixes:
- Fixed the password check in dynamic UI forms. Previously,
the dashboard did not validate the password fields with IDs not ending with 'password'.
Now, to determine whether to add default password validators to the field or not,
the dashbord only checks the field type itself, instead of both field type and ending of the field ID.