Download the PHP package fm-labs/cakephp-user without Composer
On this page you can find all versions of the php package fm-labs/cakephp-user. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download fm-labs/cakephp-user
More information about fm-labs/cakephp-user
Files in fm-labs/cakephp-user
Download fm-labs/cakephp-user
More information about fm-labs/cakephp-user
Files in fm-labs/cakephp-user
Vendor fm-labs
Package cakephp-user
Short Description User plugin for CakePHP
License MIT
Homepage https://github.com/fm-labs/cakephp-user
Package cakephp-user
Short Description User plugin for CakePHP
License MIT
Homepage https://github.com/fm-labs/cakephp-user
Please rate this library. Is it a good library?
Informations about the package cakephp-user
User plugin for CakePHP
Installation
You can install this plugin into your CakePHP application using composer.
The recommended way to install composer packages is:
Features
- User Login (requires cakephp/authentication)
- User Signup
- User Signup with group password (User requires a password for registration)
- User Email verification
- User Password reset
- User Password forgotten (sends a reset link to user)
- User Password change
- User Password policy (force strong passwords)
- Email Domain black-/whitelisting
- Email-address-as-Username
- Email templates (supports localized email templates)
- Email mailer
- Basic Auth protection (login failure counter)
- Logging of authentication events
- Two-factor-authentication with Google Authenticator (One-Time-Password)
- GoogleRecaptcha support in login- and registration forms
- AuthComponent for handling common auth tasks
- User Login History (Auth provider, IP, Device, Geo)
- User Login Security
- Trusted devices
- GeoBlocking
- TwoFactorAuth
Configuration
Key | Default | Overrideable by Settings |
---|---|---|
User.layout | null | yes |
User.EventLogger.enabled | false | yes |
User.Mailer.enabled | false | yes |
User.Mailer.className | null | no |
User.Login.layout | null | yes |
User.Login.disabled | false | yes |
User.Signup.groupAuth | false | yes |
User.Signup.disabled | false | yes |
User.Signup.verifyEmail | false | yes |
User.Signup.disableEmailVerification | false | yes |
User.Signup.formClass | null | no |
User.Mailer.profile | '' | no |
User.Blacklist | [] | no |
User.Recaptcha.enabled | false | yes |
GoogleAuthenticator.issuer | '' | no |
GoogleRecaptcha.secretKey | false | no |
Session.timeout | ? | no |
All versions of cakephp-user with dependencies
PHP Build Version
Package Version
Requires
php Version
>=8.0
cakephp/cakephp Version ^4.4
cakephp/authentication Version ^2.0
cakephp/authorization Version ^2.0
cakephp/cakephp Version ^4.4
cakephp/authentication Version ^2.0
cakephp/authorization Version ^2.0
The package fm-labs/cakephp-user contains the following files
Loading the files please wait ....