38 lines
1.3 KiB
Markdown
38 lines
1.3 KiB
Markdown
# Take Customer Account
|
|
|
|
Authors: Thelia <info@thelia.net>, Gilles Bourgeat <gbourgeat@openstudio.fr>
|
|
|
|
* This module is used to connect to a client account from admin.
|
|
* You have not need the customer password
|
|
|
|
[](https://scrutinizer-ci.com/g/thelia-modules/TakeCustomerAccount/?branch=master)
|
|
[](https://packagist.org/packages/thelia/take-customer-account-module)
|
|
[](https://packagist.org/packages/thelia/take-customer-account-module)
|
|
|
|
## Screenshot
|
|
|
|

|
|
|
|
## Compatibility
|
|
|
|
Thelia > 2.1
|
|
|
|
## Installation
|
|
|
|
### Manually
|
|
|
|
* Copy the module into ```<thelia_root>/local/modules/``` directory and be sure that the name of the module is ```TakeCustomerAccount```.
|
|
* Activate it in your thelia administration panel
|
|
|
|
### Composer
|
|
|
|
Add it in your main thelia composer.json file
|
|
|
|
```
|
|
composer require thelia/take-customer-account-module:~1.0
|
|
```
|
|
|
|
## Usage
|
|
|
|
* See you in a customer account in the admin, then go to the area "Take customer account"
|