@nocobase/plugin-users 1.7.0-alpha.4 → 1.7.0-beta.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -13,18 +13,18 @@ module.exports = {
13
13
  "react-i18next": "11.18.6",
14
14
  "react-router-dom": "6.28.1",
15
15
  "react": "18.2.0",
16
- "@nocobase/client": "1.7.0-alpha.4",
16
+ "@nocobase/client": "1.7.0-beta.10",
17
17
  "antd": "5.24.2",
18
18
  "@formily/core": "2.3.0",
19
- "@nocobase/plugin-acl": "1.7.0-alpha.4",
19
+ "@nocobase/plugin-acl": "1.7.0-beta.10",
20
20
  "@emotion/css": "11.13.0",
21
- "@nocobase/utils": "1.7.0-alpha.4",
22
- "@nocobase/database": "1.7.0-alpha.4",
23
- "@nocobase/server": "1.7.0-alpha.4",
24
- "@nocobase/plugin-user-data-sync": "1.7.0-alpha.4",
25
- "@nocobase/plugin-ui-schema-storage": "1.7.0-alpha.4",
21
+ "@nocobase/utils": "1.7.0-beta.10",
22
+ "@nocobase/database": "1.7.0-beta.10",
23
+ "@nocobase/server": "1.7.0-beta.10",
24
+ "@nocobase/plugin-user-data-sync": "1.7.0-beta.10",
25
+ "@nocobase/plugin-ui-schema-storage": "1.7.0-beta.10",
26
26
  "lodash": "4.17.21",
27
- "@nocobase/actions": "1.7.0-alpha.4",
27
+ "@nocobase/actions": "1.7.0-beta.10",
28
28
  "sequelize": "6.35.2",
29
- "@nocobase/plugin-system-settings": "1.7.0-alpha.4"
29
+ "@nocobase/plugin-system-settings": "1.7.0-beta.10"
30
30
  };
@@ -1,8 +1,12 @@
1
1
  {
2
2
  "Users & Permissions": "Gebruikers & Toegangen",
3
- "Add users": "Gebruiker toevoegen",
3
+ "Add users": "Gebruikers toevoegen",
4
+ "Add user": "Gebruiker toevoegen",
4
5
  "Remove user": "Gebruiker verwijderen",
5
6
  "Are you sure you want to remove it?": "Ben je zeker dat je het wil verwijderen?",
6
7
  "Random password": "Willekeurig wachtwoord",
8
+ "Users manager": "Gebruikersbeheer",
9
+ "Allow edit profile": "Profiel bewerken toestaan",
10
+ "Allow change password": "Wachtwoord wijzigen toestaan",
7
11
  "User profile is not allowed to be edited": "Het gebruikersprofiel mag niet bewerkt worden."
8
12
  }
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "displayName.zh-CN": "用户",
5
5
  "description": "Provides basic user model, as well as created by and updated by fields.",
6
6
  "description.zh-CN": "提供了基础的用户模型,以及创建人和最后更新人字段。",
7
- "version": "1.7.0-alpha.4",
7
+ "version": "1.7.0-beta.10",
8
8
  "license": "AGPL-3.0",
9
9
  "main": "./dist/server/index.js",
10
10
  "homepage": "https://docs.nocobase.com/handbook/users",
@@ -27,7 +27,7 @@
27
27
  "@nocobase/test": "1.x",
28
28
  "@nocobase/utils": "1.x"
29
29
  },
30
- "gitHead": "e31c3136901b10ec7cbe4bbc8a22dc4cc7481f93",
30
+ "gitHead": "e9077cd02774330e9d9d0c9ff0324596207d90a0",
31
31
  "keywords": [
32
32
  "Users & permissions"
33
33
  ]