Relnote on disabling stripping leading/trailing spaces in password

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
(cherry picked from commit 37ea4159f0)
This commit is contained in:
Akihiro Motoki 2020-09-25 11:43:30 +09:00
parent c410e860b1
commit 4bfa767f00
1 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,14 @@
---
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.)