mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-09 23:15:43 +01:00
put active as default at user creation
This commit is contained in:
@@ -38,7 +38,7 @@ class UserForm extends React.Component<Props, State> {
|
|||||||
mail: "",
|
mail: "",
|
||||||
password: "",
|
password: "",
|
||||||
admin: false,
|
admin: false,
|
||||||
active: false,
|
active: true,
|
||||||
_links: {}
|
_links: {}
|
||||||
},
|
},
|
||||||
mailValidationError: false,
|
mailValidationError: false,
|
||||||
|
|||||||
Reference in New Issue
Block a user