用户和权限
¥Users & Permissions
用户和权限功能允许管理终端用户
¥The Users & Permissions feature allows the management of the end-users
Strapi 项目的。它提供基于 JSON Web Tokens (JWT) 的完整身份验证过程来保护你的 API,以及访问控制列表 (ACL) 策略,使你能够管理用户组之间的权限。
¥of a Strapi project. It provides a full authentication process based on JSON Web Tokens (JWT) to protect your API, and an access-control list (ACL) strategy that enables you to manage permissions between groups of users.
计划:免费功能。
角色和权限:角色 > 插件中的 CRUD 权限 - 用户和权限。
激活:默认可用。
环境:在开发和生产环境中均可用。
¥ Plan: Free feature.
Role & permission: CRUD permissions in Roles > Plugins - Users & Permissions.
Activation: Available by default.
Environment: Available in both Development & Production environment.
管理面板配置
¥Admin panel configuration
用户和权限功能可从管理面板设置和代码库进行配置。
¥The Users & Permissions feature is configured from both the admin panel settings, and via the code base.
角色
¥Roles
用户和权限功能允许为终端用户创建和管理角色,以配置他们可以访问的内容。
¥The Users & Permissions feature allows to create and manage roles for end users, to configure what they can have access to.
创建新角色
¥Creating a new role
路径: 用户和权限插件 > 角色
¥Path: Users & Permissions plugin > Roles
在角色界面的右上角,显示一个添加新角色按钮。它允许为 Strapi 应用的终端用户创建新角色。
¥On the top right side of the Roles interface, an Add new role button is displayed. It allows to create a new role for end users of your Strapi application.
单击添加新角色按钮以重定向到角色编辑界面,你可以在其中命名新角色并定义其详细信息和权限(参见 编辑角色)。
¥Click on the Add new role button to be redirected to the roles edition interface, where you will be able to name your new role and define its details and permissions (see Editing a role).

