You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
User accounts are now automatically locked after 5 failed login attempts. (@YunhwanJeong).
Stricter validation on the 'Create App Client Form.'
Looks for database in 'public' searchPath in Postgres. (@Zen-cronic)
Fix internal error on user/id route in Postgres. (@Zen-cronic)
Generating arbitrary access-tokens is now behind the a12n:access-token:generate privilege instead of just admin. Having the admin privilege still includes this privilege so this is not a backwards compatibility break.
Fix: Introspection on developer tokens threw an error.
Fix: CSRF error on change password page (@Zen-cronic).