Handle properly the confirmation_key in the Liblinphone account seeder script

This commit is contained in:
Timothée Jaussoin 2022-01-25 17:42:36 +01:00
parent 52884a7692
commit 2aa38bc021
2 changed files with 5 additions and 3 deletions

View file

@ -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
)
);

View file

@ -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