mirror of
https://github.com/OpenListTeam/OpenList.git
synced 2025-09-19 20:26:26 +08:00
revert: using old salt value (#29)
Signed-off-by: Yinan Qin <39023210+elysia-best@users.noreply.github.com>
This commit is contained in:
@ -19,7 +19,7 @@ const (
|
|||||||
ADMIN
|
ADMIN
|
||||||
)
|
)
|
||||||
|
|
||||||
const StaticHashSalt = "https://github.com/OpenListTeam/OpenList"
|
const StaticHashSalt = "https://github.com/alist-org/alist"
|
||||||
|
|
||||||
type User struct {
|
type User struct {
|
||||||
ID uint `json:"id" gorm:"primaryKey"` // unique key
|
ID uint `json:"id" gorm:"primaryKey"` // unique key
|
||||||
|
Reference in New Issue
Block a user