mirror of
https://github.com/grafana/grafana.git
synced 2024-12-02 13:39:19 -06:00
dbb72f2c6e
* fix: create temp user no longer sets ID to 0 for all users The xorm tag added to the tempuser ID field caused xorm to create all temp users with ID 0. Removing that tag allows xorm to set the ID based on the database result instead. I also added a test which was failing before this. Fixes #63995 |
||
---|---|---|
.. | ||
tempuserimpl | ||
model.go | ||
temp_user.go |