mirror of
https://gitlab.linphone.org/BC/public/flexisip-account-manager.git
synced 2026-01-17 01:58:07 +00:00
Fix FLEXIAPI-392 Fix the recover_by_code view and use the account space object
This commit is contained in:
parent
fbf47fc9c9
commit
a98c8764d5
4 changed files with 4 additions and 3 deletions
|
|
@ -16,6 +16,7 @@ v2.1
|
|||
- Fix FLEXIAPI-384 Allow carddav_user_credentials to be set and use the correct host -> domain parameter in the endpoints
|
||||
- Fix FLEXIAPI-385 Use domains and not hosts in the EmailServer endpoints as defined in the API documentation
|
||||
- Fix FLEXIAPI-391 Add missing account view attribute in the actions.delete view
|
||||
- Fix FLEXIAPI-392 Fix the recover_by_code view and use the account space object
|
||||
|
||||
v2.0
|
||||
----
|
||||
|
|
|
|||
|
|
@ -70,7 +70,7 @@ JSON parameters:
|
|||
|
||||
The phone numbers managed by FlexiAPI are validated against a list of countries that can be managed in the admin web panels.
|
||||
|
||||
### `GET /phones_countries`
|
||||
### `GET /phone_countries`
|
||||
<span class="badge badge-success">Public</span>
|
||||
|
||||
Return the list of Phone Countries and their current status.
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
@section('content')
|
||||
# {{ __('Account Recovery Request') }}
|
||||
|
||||
{{ __('We received a request to recover your account on :space', ['space' => $space->name]) }}
|
||||
{{ __('We received a request to recover your account on :space', ['space' => $account->space->name]) }}
|
||||
|
||||
{{ __('To proceed, please enter the verification code below:') }}
|
||||
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
@section('content')
|
||||
# {{ __('Account Recovery Request') }}
|
||||
|
||||
{{ __('We received a request to recover your account on :space', ['space' => $space->name]) }}
|
||||
{{ __('We received a request to recover your account on :space', ['space' => $account->space->name]) }}
|
||||
|
||||
{{ __('To proceed, please enter the verification code below:') }}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue