Inital commit
This commit is contained in:
37
local/modules/TakeCustomerAccount/Readme.md
Normal file
37
local/modules/TakeCustomerAccount/Readme.md
Normal file
@@ -0,0 +1,37 @@
|
||||
# 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.2.0
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
* See you in a customer account in the admin, then go to the area "Take customer account"
|
||||
Reference in New Issue
Block a user