Skip to content

Commit 24ea4c7

Browse files
author
David Ferlay
committed
Update frontpath in sdd
1 parent 677c60e commit 24ea4c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/profiles/sdd/sdd.install

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ function sdd_install() {
2020
$config_factory = \Drupal::configFactory();
2121
// Set front page to "node".
2222
$config_factory->getEditable('system.site')
23-
->set('page.front', '/node')
23+
->set('page.front', '/user')
2424
->save(TRUE);
2525

2626
// Allow visitor account creation with administrative approval.

0 commit comments

Comments
 (0)