Fix unit tests + enable signup confirmation by default
- minor cleanup
This commit is contained in:
@ -72,6 +72,11 @@ class Populator {
|
||||
'name' => $user_name,
|
||||
'address' => $current_user->user_email
|
||||
));
|
||||
|
||||
// enable signup confirmation by default
|
||||
Setting::setValue('signup_confirmation', array(
|
||||
'enabled' => true
|
||||
));
|
||||
}
|
||||
|
||||
private function createDefaultSegments() {
|
||||
|
Reference in New Issue
Block a user