zoukankan      html  css  js  c++  java
  • Reviewboard管理员指南(5.5)—— Permission Groups(重要)

    Permission Groups

    When managing users, it’s sometimes useful to give certain groups of users special abilities in Review Board. For example, giving a certain group the ability to mark other users’ review requests as submitted.

    While these permissions can be applied to users individually, it’s better to define special permission groups that the users can belong to.

    In most installations with one or two administrators, this feature isn’t used. It’s most useful in open source projects when you have a group of developers who are responsible for committing the contributed patch and then marking the review request as submitted.

    大部分情况下,不需要使用Permission Group这个特性,只需要一两个管理员账户就可以了。这个特性一般用在open source项目中,用来给特性的人员提交path,submit一个review 请求。

    Adding Permission Groups

    To add a new permission group, click the Add link next to the Groups entry in the Database section of the Administration UI. Make sure to choose Groups and not Review groups.

    A form will appear with the following fields:

    • Name (required)

      The name of the group. This will only ever be seen in the Administration UI.

    • Permissions (optional)

      The list of permissions applied to users in the group.

      Most of the permissions have to do with giving users the ability to modify things in the Database section of theAdministration UI. The only permissions that apply to Review Board itself are:

      • reviews | review request | Can change status
      • reviews | review request | Can submit as another user
      • reviews | review request | Can edit review request

      See Setting Permissions for more information.

    When done, click Save to create the permission group.

    Assigning Permission Groups

    To assign a user to a permission group, edit the user and select the group in the Groups box toward the bottom. This is a multiple selection list. Only highlighted groups are assigned. You can hold down Control (on the PC) or Command (on the Mac) to select multiple groups.

    Editing Permission Groups

    To edit a permission group, click Groups in the Database section of the Administration UI. You can then browse to the group you want to modify and click it.

    See Adding Permission Groups for a description of each field.

    When done, click Save to save your changes.

    Deleting Permission Groups

    To delete a permission group, follow the instructions in Editing Permission Groups to find the group you want to get rid of. Then click Delete at the bottom of the page.

    总结:

    一般情况下,Permission Group是不需要设定的。

  • 相关阅读:
    使用Bat自动打包并通过FTP发送到备份服务器——实战测试
    什么是STP
    【基础】华为单臂路由技术配置记录
    Windows Server 2012系统上安装.net framework3.5教程
    eNSP启动设备AR1失败记一次解决步骤
    Linux系统设置 SSH 通过密钥登录
    windows和linux修改ipv6和ipv4的优先级
    思科交换机配置中继
    【Nginx】Nginx反向代理转发Host设置
    idea查看类的uml图
  • 原文地址:https://www.cnblogs.com/zhangqingsh/p/3107486.html
Copyright © 2011-2022 走看看