From 89644bc435419017c56348c63403b07a0ba6fc6f Mon Sep 17 00:00:00 2001 From: Aaron Parecki Date: Sat, 8 Dec 2018 12:23:08 -0800 Subject: reset micropub config data --- controllers/auth.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'controllers') diff --git a/controllers/auth.php b/controllers/auth.php index d812956..4318486 100644 --- a/controllers/auth.php +++ b/controllers/auth.php @@ -291,6 +291,8 @@ $app->post('/auth/reset', function() use($app) { $user->micropub_media_endpoint = ''; $user->micropub_scope = ''; $user->micropub_access_token = ''; + $user->syndication_targets = ''; + $user->supported_post_types = ''; $user->save(); unset($_SESSION['auth']); -- cgit v1.2.3