[#7256] fixed legacy identitity field priority check when a username is a valid email address

This commit is contained in:
Gani Georgiev
2025-10-15 17:25:43 +03:00
parent 47d3da28d5
commit acd12ce9dd
3 changed files with 79 additions and 14 deletions

View File

@@ -1,3 +1,8 @@
## v0.30.3 (WIP)
- Fixed legacy identitity field priority check when a username is a valid email address ([#7256](https://github.com/pocketbase/pocketbase/issues/7256)).
## v0.30.2
- Bumped min Go GitHub action version to 1.24.8 since it comes with some [minor security fixes](https://github.com/golang/go/issues?q=milestone%3AGo1.24.8+label%3ACherryPickApproved).