Skip to content

Commit

Permalink
优化更新
Browse files Browse the repository at this point in the history
  • Loading branch information
deatil committed Jul 13, 2023
1 parent b06f6fa commit 3a43ae1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/lakego-app/doak-admin/admin/password/password.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"github.com/deatil/lakego-doak-admin/admin/support/utils"
)

// 生成密码,密码为 SHA256 加密后
// 生成密码,密码为 MD5 加密后
func MakePassword(password string) (string, string) {
return EncryptPassword(password)
}
Expand Down

0 comments on commit 3a43ae1

Please sign in to comment.