From 2aa38bc021e987538663a7411264bd3ac369e328 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Jaussoin?= Date: Tue, 25 Jan 2022 17:42:36 +0100 Subject: [PATCH] Handle properly the confirmation_key in the Liblinphone account seeder script --- flexiapi/database/seeds/LiblinphoneTesterAccoutSeeder.php | 6 ++++-- flexisip-account-manager.spec | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/flexiapi/database/seeds/LiblinphoneTesterAccoutSeeder.php b/flexiapi/database/seeds/LiblinphoneTesterAccoutSeeder.php index ba5c561..9142f65 100644 --- a/flexiapi/database/seeds/LiblinphoneTesterAccoutSeeder.php +++ b/flexiapi/database/seeds/LiblinphoneTesterAccoutSeeder.php @@ -39,7 +39,8 @@ class LiblinphoneTesterAccoutSeeder extends Seeder $element->id, $element->username, $element->domain, - $element->activated ?? true + $element->activated ?? true, + $element->confirmation_key ) ); @@ -76,7 +77,8 @@ class LiblinphoneTesterAccoutSeeder extends Seeder str_replace('%id%', $element->idStart + $i, $element->id), str_replace('%usernamePostfix%', $element->usernameStart + $i, $element->username), $element->domain, - $element->activated ?? true + $element->activated ?? true, + $element->confirmation_key ) ); diff --git a/flexisip-account-manager.spec b/flexisip-account-manager.spec index ba4487c..3cda661 100644 --- a/flexisip-account-manager.spec +++ b/flexisip-account-manager.spec @@ -8,7 +8,7 @@ #%define _datadir %{_datarootdir} #%define _docdir %{_datadir}/doc -%define build_number 127 +%define build_number 128 %define var_dir /var/opt/belledonne-communications %define opt_dir /opt/belledonne-communications/share/flexisip-account-manager