mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FEATURE: further restrict downloading of backups
- send email to logged in admin when they press the "download" button - show pop-up that email was sent - create email template - require a valid token to download backup
This commit is contained in:
7
app/views/admin/backups/show.html.erb
Normal file
7
app/views/admin/backups/show.html.erb
Normal file
@@ -0,0 +1,7 @@
|
||||
<div id="simple-container">
|
||||
<%if @error%>
|
||||
<div class='alert alert-error'>
|
||||
<%= @error %>
|
||||
</div>
|
||||
<%end%>
|
||||
</div>
|
||||
Reference in New Issue
Block a user