bc6b2f1b0b
Sqlalchemy add a new class for hybrid property in v1.1.0[1]. It can solve the password length problem for User password SQL obj. [1]: https://docs.sqlalchemy.org/en/latest/changelog/migration_11.html#change-3653 Change-Id: I7a18bd528607ec5112cc55c7682f95d61be8b509 Closes-bug: #1735250
9 lines
365 B
YAML
9 lines
365 B
YAML
---
|
|
fixes:
|
|
- |
|
|
[`bug 1734244 <https://bugs.launchpad.net/keystone/+bug/1735250>`_]
|
|
Users can't set password longer than 128 if Keystone using
|
|
`Sqlalchemy` < 1.1.0. Update `Sqlalchemy` to a higher version can solve
|
|
this problem.
|
|
[`Related Sqlalchemy Changelog <https://docs.sqlalchemy.org/en/latest/changelog/migration_11.html#change-3653>`_].
|