mirror of
https://github.com/casdoor/casdoor.git
synced 2025-07-03 12:30:19 +08:00
Move passwordType to org.
This commit is contained in:
@ -90,7 +90,6 @@ func (c *ApiController) Signup() {
|
||||
Id: util.GenerateId(),
|
||||
Type: "normal-user",
|
||||
Password: form.Password,
|
||||
PasswordType: "plain",
|
||||
DisplayName: form.Name,
|
||||
Avatar: "https://casbin.org/img/casbin.svg",
|
||||
Email: form.Email,
|
||||
|
Reference in New Issue
Block a user