Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dektrium/yii2-user
[ABANDONED] Flexible user registration and authentication module for Yii2
https://github.com/dektrium/yii2-user
yii2 yii2-extension yii2-user
Last synced: about 1 month ago
JSON representation
[ABANDONED] Flexible user registration and authentication module for Yii2
- Host: GitHub
- URL: https://github.com/dektrium/yii2-user
- Owner: dektrium
- License: mit
- Created: 2013-11-03T09:52:31.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2023-04-10T09:47:26.000Z (over 1 year ago)
- Last Synced: 2024-05-16T05:09:08.225Z (6 months ago)
- Topics: yii2, yii2-extension, yii2-user
- Language: PHP
- Homepage: https://yii2-user.dektrium.com
- Size: 2.04 MB
- Stars: 932
- Watchers: 112
- Forks: 633
- Open Issues: 107
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-yii2 - yii2-user
- awesome-yii2 - dektrium/yii2-user - Great user module (login,signup,restore etc). (Modules)
README
# [ABANDONED] Yii2-user [![Build Status](https://img.shields.io/travis/dektrium/yii2-user/master.svg?style=flat-square)](https://travis-ci.org/dektrium/yii2-user) [![Packagist Version](https://img.shields.io/packagist/v/dektrium/yii2-user.svg?style=flat-square)](https://packagist.org/packages/dektrium/yii2-user) [![Total Downloads](https://img.shields.io/packagist/dt/dektrium/yii2-user.svg?style=flat-square)](https://packagist.org/packages/dektrium/yii2-user) [![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE.md)
ATTENTION: THIS PROJECT HAS BEEN ABANDONED!!!
--------------------------------------------Most of web applications provide a way for users to register, log in or reset
their forgotten passwords. Rather than re-implementing this on each application,
you can use Yii2-user which is a flexible user management module for Yii2 that
handles common tasks such as registration, authentication and password retrieval.
The latest version includes following features:* Registration with an optional confirmation per mail
* Registration via social networks
* Password recovery
* Account and profile management
* Console commands
* User management interface
* Ability to impersonate as another user given admin access is available> **NOTE:** Module is in initial development. Anything may change at any time.
## Documentation
[Read the Documentation for master](docs/README.md)
[Read the Documentation for v0.9.12](https://github.com/dektrium/yii2-user/blob/0.9.12/docs/README.md)
## Installation
All installation instructions are located in documentation.
## Support
If you have any questions or problems with Yii2-user you can ask them on [our forum](http://dektrium.com).
## Contributing to this project
Anyone and everyone is welcome to contribute. Please take a moment to
review the [guidelines for contributing](.github/CONTRIBUTING.md).## License
Yii2-user is released under the MIT License. See the bundled [LICENSE.md](LICENSE.md)
for details.