We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 677c60e + 24ea4c7 commit 66ad618Copy full SHA for 66ad618
web/profiles/sdd/sdd.install
@@ -20,7 +20,7 @@ function sdd_install() {
20
$config_factory = \Drupal::configFactory();
21
// Set front page to "node".
22
$config_factory->getEditable('system.site')
23
- ->set('page.front', '/node')
+ ->set('page.front', '/user')
24
->save(TRUE);
25
26
// Allow visitor account creation with administrative approval.
0 commit comments