summary refs log tree commit diff
path: root/changelog.d/15624.bugfix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 1.85.0rc1David Robertson2023-05-301-1/+0
|
* Do not allow deactivated users to login with JWT. (#15624)Patrick Cloke2023-05-191-0/+1
To improve the organization of this code it moves the JWT login checks to a separate handler and then fixes the bug (and a deprecation warning).