Skip to content

Commit

Permalink
set up jetty migration trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
eyedeekay committed Apr 6, 2023
1 parent 2b89375 commit eabff3d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/routerconsole/jsp/index.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit eabff3d

Please sign in to comment.