完成数据库敏感信息的加密
This commit is contained in:
@ -33,3 +33,7 @@ func (r SessionService) FixSessionState() error {
|
||||
}
|
||||
return nil
|
||||
}
|
||||
|
||||
func (r SessionService) EmptyPassword() error {
|
||||
return r.sessionRepository.EmptyPassword()
|
||||
}
|
||||
|
Reference in New Issue
Block a user