You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
veypi 4a316e6d67 fix(api/auth): reset count variable before uniqueness checks
Fix a bug where the count variable was not reset before checking
email and phone uniqueness. This could cause false positives if
a previous check had count > 0, incorrectly reporting that email
or phone already exists when they don't.

- Reset count to 0 before email check
- Reset count to 0 before phone check
1 week ago
..
auth fix(api/auth): reset count variable before uniqueness checks 1 week ago
oauth refactor(auth): 重构认证系统,支持多种验证方式和 OAuth 提供商管理 1 week ago
org fix(org): 为组织创建者添加权限 1 week ago
role feat: 添加角色管理模块(API + UI) 1 week ago
settings fix(api/settings): add admin permission check for settings update 1 week ago
user refactor(auth): 重构认证系统,支持多种验证方式和 OAuth 提供商管理 1 week ago
verification refactor(auth): 重构认证系统,支持多种验证方式和 OAuth 提供商管理 1 week ago
init.go refactor(auth): 重构认证系统,支持多种验证方式和 OAuth 提供商管理 1 week ago