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:
parent
7211872790
commit
9230721a1f
4 changed files with 27 additions and 1 deletions
5
app/views/user/suspended.html.erb
Normal file
5
app/views/user/suspended.html.erb
Normal file
|
@ -0,0 +1,5 @@
|
|||
<% @title = t "user.suspended.title" %>
|
||||
|
||||
<h1><%= t "user.suspended.heading" %></h1>
|
||||
|
||||
<%= t "user.suspended.body", :webmaster => "webmaster@openstreetmap.org" %>
|
Loading…
Add table
Add a link
Reference in a new issue