zoopcommerce / gomi-module
There is no license information available for the latest version (2.1.0) of this package.
Zend Framework 2 Module that provides user management for zoop's Shard
2.1.0
2014-07-31 05:10 UTC
Requires
- php: >=5.4
- doctrine/annotations: dev-master#a11349d39d85bef75a71bd69bd604ac4fb993f03 as dev-master
- doctrine/doctrine-module: 1.0.x-dev as 1.0
- doctrine/doctrine-mongo-odm-module: 1.0.x-dev
- doctrine/mongodb-odm: dev-hotfix719 as 1.0.0-BETA9
- zendframework/zendframework: 2.3.1
- zoopcommerce/shard-module: ~4.0
Requires (Dev)
- pdepend/pdepend: 1.1.1
- phpmd/phpmd: 1.5.*
- phpunit/phpunit: >=3.7
- squizlabs/php_codesniffer: 1.4.*
This package is not auto-updated.
Last update: 2024-11-04 16:27:38 UTC
README
Provides a simple user module for use in shard-module.
Also provides a REST interface for users to change and recover passwords.
Install
Add the following to your composer root:
"require": {
"zoopcommerce/gomi-module" : "~1.0"
}
Add the module to your application config:
'modules' => [
'Zoop\GomiModule'
],
Configuration
See config/module.config.php
comments for configuration options.
Note Do not neglect to change the email salt and encryption key.
Use
To begin password recovery go to:
/rest/recoverpassword/token
To complete the password recovery, follow the link in the sent email.