You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to coderevie...@googlegroups.com
I have a particular use case where I need to whitelist all access to my appengine hosted rietveld instance,
where the whitelist would explicitly list users (not ips).
I don't think this exists currently in rietveld, but does anyone here have any suggestions? ;)
Thanks,
Tyler
Andi Albrecht
unread,
Jan 27, 2012, 11:06:21 AM1/27/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to coderevie...@googlegroups.com
Hi Tyler,
this sounds much like an additional middleware that checks if the user is whitelisted (by querying a custom model). If not, the user could be redirected to a special error page.
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to coderevie...@googlegroups.com
On Friday, January 27, 2012 8:06:21 AM UTC-8, Andi Albrecht wrote:
Hi Tyler,
this sounds much like an additional middleware that checks if the user is whitelisted (by querying a custom model). If not, the user could be redirected to a special error page.
-- Andi
Thanks Andi! Middleware is a great idea, and should be pretty simple to implement. I'll try that out.