mirror of
https://gitlab.linphone.org/BC/public/flexisip-account-manager.git
synced 2026-01-17 10:08:05 +00:00
Handle properly the confirmation_key in the Liblinphone account seeder script
This commit is contained in:
parent
52884a7692
commit
2aa38bc021
2 changed files with 5 additions and 3 deletions
|
|
@ -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
|
||||
)
|
||||
);
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue