We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b89375 commit eabff3dCopy full SHA for eabff3d
apps/routerconsole/jsp/index.jsp
@@ -31,6 +31,8 @@
31
final boolean ENABLE_WIZARD_ON_FIRST_RUN = true;
32
if (oldHome) {
33
tgt = "console";
34
+ } if (needsJettyMigration) {
35
+ //TODO: migrate users off of md5 hashes here
36
} else if (!ENABLE_WIZARD_ON_FIRST_RUN || wizRun || firstVersion == null) {
37
// wizard already run
38
tgt = "home";
0 commit comments