zoukankan      html  css  js  c++  java
  • Reviewboard用户指南(1.4)—— Getting Started: Account Settings

    Overview

    To get to the account settings page, go to the user menu at the top right of the page (signified by your gravatar image). From here, select My Account.

    User Preferences

    Depending on how the Review Board server is configured, you may have the option to change the real name, e-mail address, and password on your account. These options are typically not available if Review Board is set up to use some kind of centralized authentication system such as LDAP or Active Directory.

    There are three other user preferences which are always available:

    • Enable syntax highlighting in the diff viewer

      By default, code is shown using syntax highlighting. If you’d like to turn it off, de-select this item.

    • Keep your user profile page private

      Normally, the user profile page will show your real name, e-mail address, and when you last logged in. If you’d like to hide this information, select this item.

    • Time zone

      This setting will change which time zone is used to show times and dates. This should be set to the time zone in your current location.

    Groups

    If Review Board has review groups, you can choose which groups you’d like to join using the check-boxes in this section. Review Requests which are assigned to groups that you are in will show up on your dashboard.

    Gravatar Images

    Review Board uses the gravatar system to associate photos or pictures with user accounts. To set your gravatar, go to http://gravatar.com/ and enter the email address used on your Review Board account.

    总结:

    简述普通用户怎么维护自己的基本信息,和一些基本设定。

    比较重要的一点:普通用户可以随便加入到任何一个“审核组(review group)”里。(这样搞,会不会造成混乱?想审谁就审谁

  • 相关阅读:
    layui 自定义统一监听事件(大范围)
    layui 自定义个别事件
    Django layui {{ }}冲突解决方法
    sudo apt install ...
    Field XXX in XXXX required a bean of type XXXX that could not be found
    Springboot2+bootstrap-table1.12.1+MybatisPlus3.0 后台物理分页实现
    springboot2在后台打印系统执行的SQL
    @Service注解让spring找到你的Service bean
    接受参数的包装类的数据类型写错报错
    Java 日期转字符串
  • 原文地址:https://www.cnblogs.com/zhangqingsh/p/3101685.html
Copyright © 2011-2022 走看看