mirror of
https://github.com/casdoor/casdoor.git
synced 2025-07-03 12:30:19 +08:00
feat: add the 'karma' prop to table User (#518)
* feature: feat : add the 'karma' prop to table User * feat: add the 'karma' prop to table User
This commit is contained in:
@ -169,6 +169,7 @@ func (c *ApiController) Signup() {
|
||||
IsDeleted: false,
|
||||
SignupApplication: application.Name,
|
||||
Properties: map[string]string{},
|
||||
Karma: 0,
|
||||
}
|
||||
|
||||
if application.GetSignupItemRule("Display name") == "First, last" {
|
||||
|
Reference in New Issue
Block a user