37ea4159f0
commit 6a07f5a5b4
changed the password
form to avoid dropping leading/trailing spaces in passwords.
It is worth having a release note.
Change-Id: I9009d616975acc1c84d0a150119167d424eb5dfb
Related-Bug: #1861224
15 lines
700 B
YAML
15 lines
700 B
YAML
---
|
|
upgrade:
|
|
- |
|
|
Password forms in horizon now does not strip leading/trailing spaces
|
|
included in input passwords. Previously horizon stripped leading/trailing
|
|
spaces in input passwords but on the other hand keystone accepts
|
|
leading/trailing spaces and it can be an issue when such passwords are
|
|
set via keystone API. To handle this situation horizon no longer strips
|
|
leading/trailing spaces in passwords.
|
|
See [:bug:`1861224`] and
|
|
`the related mailing thread <http://lists.openstack.org/pipermail/openstack-discuss/2020-January/thread.html#12222>`__
|
|
for more detail.
|
|
(Note that this change is part of horizon 18.5.0 release
|
|
but we forgot to mention it.)
|