Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: openmrs/openmrs-core
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 7440288c0663
Choose a base ref
...
head repository: openmrs/openmrs-core
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5a7acb00cc8c
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Oct 16, 2013

  1. Copy the full SHA
    786548c View commit details

Commits on Oct 28, 2013

  1. Merge pull request #422 from k-joseph/TRUNK-3982

    TRUNK-3982
    dkayiwa committed Oct 28, 2013
    Copy the full SHA
    5a7acb0 View commit details
Showing with 2 additions and 0 deletions.
  1. +2 −0 web/src/main/java/org/openmrs/web/filter/initialization/InitializationFilter.java
Original file line number Diff line number Diff line change
@@ -38,6 +38,7 @@
import org.openmrs.module.MandatoryModuleException;
import org.openmrs.module.OpenmrsCoreModuleException;
import org.openmrs.module.web.WebModuleUtil;
import org.openmrs.scheduler.SchedulerConstants;
import org.openmrs.util.*;
import org.openmrs.util.DatabaseUpdater.ChangeSetExecutorCallback;
import org.openmrs.web.Listener;
@@ -1706,6 +1707,7 @@ && getRuntimePropertiesFile().setReadable(true))
if (wizardModel.createTables) {
Context.authenticate("admin", "test");
Context.getUserService().changePassword("test", wizardModel.adminUserPassword);
SchedulerConstants.SCHEDULER_DEFAULT_PASSWORD = wizardModel.adminUserPassword;
Context.logout();
}
}