mirror of
https://github.com/gogs/gogs.git
synced 2025-12-22 08:09:59 +01:00
refactor(db): rename User.Passwd to User.Password (#7196)
This commit is contained in:
@@ -390,7 +390,7 @@ func InstallPost(c *context.Context, f form.Install) {
|
||||
u := &db.User{
|
||||
Name: f.AdminName,
|
||||
Email: f.AdminEmail,
|
||||
Passwd: f.AdminPasswd,
|
||||
Password: f.AdminPasswd,
|
||||
IsAdmin: true,
|
||||
IsActive: true,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user