##// END OF EJS Templates
auth: Fix password_changed function, fixes #4043....
auth: Fix password_changed function, fixes #4043. Never repot a changed password for default or anonymous users. If anonymous access is disabled we don't get the default user here so we also have to check if it is the anonymous user. In both cases (default user and anonymous user) we can skip the password change check and return False.

File last commit:

r1:854a839a default
r482:930b0a4d default
Show More
notifications-overview.rst
22 lines | 716 B | text/x-rst | RstLexer
/ docs / collaboration / notifications-overview.rst

Notifications Overview

|RCM| has an integrated notification system which alerts users to requests that they have received. Notifications can occur for the following reasons:

  • Pull request reviews
  • Commit message mentions

When someone opens a |pr| on one of your |repos|, or adds you as a |pr| reviewer, you will receive a notification in |RCE| and an email, if not configured see :ref:`set-up-mail`. Also, during the review process you receive notifications on the following actions:

  • New comments
  • Status changes
  • Inline code review comments

Each notifications provides a link to take you directly to the issue.

Notifying Colleagues