diff --git a/flexiapi/resources/views/mails/changing_email_text.blade.php b/flexiapi/resources/views/mails/changing_email_text.blade.php index 1727137..8d29a16 100644 --- a/flexiapi/resources/views/mails/changing_email_text.blade.php +++ b/flexiapi/resources/views/mails/changing_email_text.blade.php @@ -2,7 +2,7 @@ Hello, You requested to change your email address from {{ $account->emailChanged->new_email }} on {{ config('app.name') }}. -To confirm this change please click on the following link: {{ route('account.email.request_update', $account->emailChanged->hash) }}. +To confirm this change please click on the following link: {{ route('account.email.update', ['hash' => $account->emailChanged->hash]) }}. If you are not at the origin of this change just ignore this message. diff --git a/flexisip-account-manager.spec b/flexisip-account-manager.spec index 2c69352..8b466fd 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 80 +%define build_number 81 %define var_dir /var/opt/belledonne-communications %define opt_dir /opt/belledonne-communications/share/flexisip-account-manager