mirror of
https://github.com/eiblog/eiblog.git
synced 2026-03-01 00:34:58 +08:00
2
pkg/cache/cache.go
vendored
2
pkg/cache/cache.go
vendored
@@ -443,7 +443,7 @@ func (c *Cache) loadOrInit() error {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
// account
|
// account
|
||||||
pwd := tools.EncryptPasswd(blogapp.Account.Password,
|
pwd := tools.EncryptPasswd(blogapp.Account.Username,
|
||||||
blogapp.Account.Password)
|
blogapp.Account.Password)
|
||||||
|
|
||||||
account := &model.Account{
|
account := &model.Account{
|
||||||
|
|||||||
Reference in New Issue
Block a user