Download the PHP package sandbox/passwordrecovery without Composer
On this page you can find all versions of the php package sandbox/passwordrecovery. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download sandbox/passwordrecovery
More information about sandbox/passwordrecovery
Files in sandbox/passwordrecovery
Package passwordrecovery
Short Description Password recovery Nette extension.
License MIT
Homepage http://vipersoftware.net
Informations about the package passwordrecovery
Password recovery extension for Nette Framework
======
Requirements
Sandbox/PasswordRecovery requires PHP 8.1.0 or higher.
- "nette/application": "^3.1",
- "nette/bootstrap": "^3.2",
- "nette/di": "^3.1",
- "nette/forms": "^3.1",
- "nette/mail": "^4.0",
- "nette/robot-loader": "^4.0",
- "nette/utils": "^4.0",
- "latte/latte": "^3.0"
Installation
The best way to install Sandbox/PasswordRecovery is using Composer:
Configuration
Then you have to register extension in config.neon.
and configuration section in config.neon:
Next, you need to register a service that implements an interface UserRepositoryInterface and TokenManagerInterface. Example is sandbox project: https://github.com/ViPErCZ/sandbox
Usage
Sample using in Presenter:
and template has default template (using twitter bootstrap class)
If you want to use your custom template, set the variable templatePath to the path to the latte template.
Extension using Nette\Localization\Translator and all configurated strings are translated.
Homepage https://packagist.org/packages/vipercz/sandbox and repository https://github.com/ViPErCZ/passwordRecovery.
All versions of passwordrecovery with dependencies
nette/application Version ^3.1
nette/bootstrap Version ^3.2
nette/di Version ^3.1
nette/forms Version ^3.1
nette/mail Version ^4.0
nette/robot-loader Version ^4.0
nette/utils Version ^4.0
latte/latte Version ^3.0