diff --git a/CHANGELOG b/CHANGELOG index 1df68e8d7..6635fc7ef 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,6 @@ UNRELEASED CHANGES: +* Fix account deletion, reset and export * Fix export feature which exported 'changelog_user' table, which it shouldn't * Change how dates are stored, from local timezone to UTC * Remove the APP_TIMEZONE env variable diff --git a/app/Http/Controllers/SettingsController.php b/app/Http/Controllers/SettingsController.php index a333b5c89..1a662092f 100644 --- a/app/Http/Controllers/SettingsController.php +++ b/app/Http/Controllers/SettingsController.php @@ -56,6 +56,7 @@ class SettingsController extends Controller 'statistics', 'subscriptions', 'terms', + 'u2f_key', 'users', ]; diff --git a/resources/views/settings/index.blade.php b/resources/views/settings/index.blade.php index d97af8dd9..ab612f7be 100644 --- a/resources/views/settings/index.blade.php +++ b/resources/views/settings/index.blade.php @@ -93,150 +93,150 @@