You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: bookwyrm/templates/preferences/export-user.html
+5-1
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,11 @@ <h2 class="is-size-5">Your file will not include:</h2>
46
46
{% trans "If you wish to migrate any statuses (comments, reviews, or quotes) you must either set the account you are moving to as an <strong>alias</strong> of this one, or <strong>move</strong> this account to the new account, before you import your user data." %}
47
47
{% endspaceless %}
48
48
</p>
49
-
{% if next_available %}
49
+
{% if not site.user_exports_enabled %}
50
+
<pclass="notification is-danger">
51
+
{% trans "New user exports are currently disabled." %}
52
+
</p>
53
+
{% elif next_available %}
50
54
<pclass="notification is-warning">
51
55
{% blocktrans trimmed %}
52
56
You will be able to create a new export file at {{ next_available }}
{% trans "This is only intended to be used when things have gone very wrong with exports and you need to pause the feature while addressing issues." %}
110
+
{% trans "While exports are disabled, users will not be allowed to start new user exports, but existing exports will not be affected." %}
<pclass="my-2">{% trans "Users are currently unable to start new user exports. This is the default setting." %}</p>
160
+
{% if use_s3 %}
161
+
<p>{% trans "It is not currently possible to provide user exports when using s3 storage. The BookWyrm development team are working on a fix for this." %}</p>
0 commit comments