Copybara | 854996b | 2021-09-07 19:36:02 +0000 | [diff] [blame^] | 1 | [include "../framework/header.ezt" "hidetabs"] |
| 2 | |
| 3 | <h3>Access Not Allowed</h3> |
| 4 | |
| 5 | <h4>What happened?</h4> |
| 6 | |
| 7 | <p> |
| 8 | [if-any is_plus_address] |
| 9 | We do not accept accounts with "+" in the email address. |
| 10 | [else] |
| 11 | You are not allowed to access this service. |
| 12 | [end] |
| 13 | </p> |
| 14 | |
| 15 | <p>Please <a href="mailto:[feedback_email]">contact us</a> if you believe that you should be able to access this service. (This is a Google Group; what you write will be visible on the Internet.)</p> |
| 16 | |
| 17 | [# Note: we do not show the reason for being banned. ] |
| 18 | |
| 19 | |
| 20 | <div style="margin:2em" class="help"> |
| 21 | <b style="margin:0.5em">Your options:</b> |
| 22 | |
| 23 | <ul> |
| 24 | <li>Participate in the open source community through other websites.</li> |
| 25 | <li><a href="[logout_url_goto_home]">Sign out</a> and access this site as |
| 26 | an anonymous user.</li> |
| 27 | <li><a href="mailto:[feedback_email]">Contact us</a> for further assistance.</li> |
| 28 | </ul> |
| 29 | </div> |
| 30 | |
| 31 | [include "../framework/footer.ezt"] |