From c18c523e4d95369b7c01d4e668f9b4700da9d652 Mon Sep 17 00:00:00 2001 From: Claudiu Cristea Date: Wed, 5 Jun 2019 17:14:53 +0300 Subject: [PATCH] Issue #83: QA remark: Add the new config for existing sites. --- oe_authentication.post_update.php | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 oe_authentication.post_update.php diff --git a/oe_authentication.post_update.php b/oe_authentication.post_update.php new file mode 100644 index 0000000..e167716 --- /dev/null +++ b/oe_authentication.post_update.php @@ -0,0 +1,17 @@ +getEditable('oe_authentication.settings') + ->set('redirect_user_register_route', TRUE) + ->save(); +}