From eabff3d2311cc30930f9c27a2e263ea3d7fc2663 Mon Sep 17 00:00:00 2001 From: idk Date: Thu, 6 Apr 2023 18:44:27 +0000 Subject: [PATCH] set up jetty migration trigger --- apps/routerconsole/jsp/index.jsp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/routerconsole/jsp/index.jsp b/apps/routerconsole/jsp/index.jsp index db733b77b6..1a182bc93d 100644 --- a/apps/routerconsole/jsp/index.jsp +++ b/apps/routerconsole/jsp/index.jsp @@ -31,6 +31,8 @@ final boolean ENABLE_WIZARD_ON_FIRST_RUN = true; if (oldHome) { tgt = "console"; + } if (needsJettyMigration) { + //TODO: migrate users off of md5 hashes here } else if (!ENABLE_WIZARD_ON_FIRST_RUN || wizRun || firstVersion == null) { // wizard already run tgt = "home";