Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(321)

Unified Diff: appengine/monorail/templates/project/untrusted-user-groups-part.ezt

Issue 1868553004: Open Source Monorail (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Rebase Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: appengine/monorail/templates/project/untrusted-user-groups-part.ezt
diff --git a/appengine/monorail/templates/project/untrusted-user-groups-part.ezt b/appengine/monorail/templates/project/untrusted-user-groups-part.ezt
new file mode 100644
index 0000000000000000000000000000000000000000..474cfe7d23a28e45afa66762d83ae72f4f0cabdb
--- /dev/null
+++ b/appengine/monorail/templates/project/untrusted-user-groups-part.ezt
@@ -0,0 +1,14 @@
+[if-any perms.EditProject]
+ <div class="help" style="background: #ddf8cc;">
+ <b>Important:</b> Users could be given indirect
+ roles in this project without your knowledge.
+ The following user groups either have group managers
+ who are not project owners in this project, or they allow anyone to
+ join the group:
+ <ul style="list-style-type: none">
+ [for untrusted_user_groups]
+ <li>[untrusted_user_groups.email]</li> [# TODO(jrobbins): hyperlink]
+ [end]
+ </ul>
+ </div>
+[end]
« no previous file with comments | « appengine/monorail/templates/project/quota-bar.ezt ('k') | appengine/monorail/templates/sitewide/403-page.ezt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698