public function getEnvironmentSetUp($app)
 {
     parent::getEnvironmentSetUp($app);
     config(['stormpath.web.changePassword.enabled' => true]);
     config(['stormpath.web.forgotPassword.enabled' => true]);
 }
 public function getEnvironmentSetUp($app)
 {
     parent::getEnvironmentSetUp($app);
     config(['stormpath.web.register.enabled' => true]);
 }