mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FEATURE: add site setting allow_new_registrations which can be used to block all new account registrations
This commit is contained in:
7
app/views/invites/show.html.erb
Normal file
7
app/views/invites/show.html.erb
Normal file
@@ -0,0 +1,7 @@
|
||||
<div id='simple-container'>
|
||||
<%if flash[:error]%>
|
||||
<div class='alert alert-error'>
|
||||
<%=flash[:error]%>
|
||||
</div>
|
||||
<%end%>
|
||||
</div>
|
||||
Reference in New Issue
Block a user