Redirect suspended users to an information page

If the current session is for a logged in user and that user has
been suspended then log them out and redirect them to a page
explaining that their account has been suspended.
This commit is contained in:
Tom Hughes 2010-05-07 10:00:24 +01:00
parent 7211872790
commit 9230721a1f
4 changed files with 27 additions and 1 deletions

View file

@ -0,0 +1,5 @@
<% @title = t "user.suspended.title" %>
<h1><%= t "user.suspended.heading" %></h1>
<%= t "user.suspended.body", :webmaster => "webmaster@openstreetmap.org" %>