Fix FLEXIAPI-392 Fix the recover_by_code view and use the account space object

This commit is contained in:
Timothée Jaussoin 2025-09-29 06:59:52 +00:00
parent fbf47fc9c9
commit a98c8764d5
4 changed files with 4 additions and 3 deletions

View file

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

View file

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

View file

@ -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:') }}

View file

@ -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:') }}