Add PasswordSalt to org.

This commit is contained in:
Yang Luo
2021-05-05 23:40:18 +08:00
parent f442f11568
commit 8a4311c85c
10 changed files with 28 additions and 21 deletions

View File

@ -49,7 +49,6 @@ class UserListPage extends React.Component {
createdTime: moment().format(),
type: "normal-user",
password: "123",
passwordType: "plain",
displayName: `New User - ${this.state.users.length}`,
avatar: "https://casbin.org/img/casbin.svg",
email: "user@example.com",
@ -58,6 +57,8 @@ class UserListPage extends React.Component {
affiliation: "Example Inc.",
tag: "staff",
isAdmin: false,
isGlobalAdmin: false,
IsForbidden: false,
}
}