Skip to content

Commit eabff3d

Browse files
committed
set up jetty migration trigger
1 parent 2b89375 commit eabff3d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

apps/routerconsole/jsp/index.jsp

+2
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@
3131
final boolean ENABLE_WIZARD_ON_FIRST_RUN = true;
3232
if (oldHome) {
3333
tgt = "console";
34+
} if (needsJettyMigration) {
35+
//TODO: migrate users off of md5 hashes here
3436
} else if (!ENABLE_WIZARD_ON_FIRST_RUN || wizRun || firstVersion == null) {
3537
// wizard already run
3638
tgt = "home";

0 commit comments

Comments
 (0)