-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Open
Labels
💊 bugSomething isn't workingSomething isn't working
Description
Gogs version
gogs/gogs:latest
Git version
2.50.0
Operating system
macos
Database
mysql8
Describe the bug
使用docker 安装,注册账号后提示500.
查看日志是sql语句报错。
SELECT * FROM userLEFT JOIN email_address ON email_address.uid = "user".id WHERE "user".type = 0 AND (("user".email = 'xx' AND "user".is_active = true) OR (email_address.email = 'xx' AND email_address.is_activated = true)) ORDER BYuser.id LIMIT 1
To reproduce
sql语句错误
Expected behavior
无
Additional context
No response
Code of Conduct
- I agree to follow this project's Code of Conduct
Metadata
Metadata
Assignees
Labels
💊 bugSomething isn't workingSomething isn't working