pluf / user
A module for Pluf to manage user profiles and user accounts
Requires
- league/oauth2-google: ^3.0
- mustache/mustache: 2.12.x
- pluf/core: 6.x
Requires (Dev)
- pluf/test: 6.x
This package is auto-updated.
Last update: 2026-06-06 11:23:47 UTC
README
این پروژه یک ماژول برای سرورهای pluf است که امکانات مدیریت پروفایلها و حسابهای کاربری را فراهم میکند.
این ماژول به ماژولهای زیر وابستگی دارد:
- pluf/user
- pluf/collection
از نکات مهم این ماژول این است که ساختار پروفایل ثابت نیست و میتواند در سیستمهای مختلف متفاوت باشد پروفایل در اینجا به صورت یک نگاشت کلید-مقدار است که هر زوج کلید-مقداری را میتوان در آن ذخیره کرد.
Update from V3
DB
Copy table user to user_accounts and user_profiles
In user_accounts keep following attributes:
- id
- login
- date_joined
- last_login
- active
Add the following:
- deleted
add user_emails table
rename user_groups
rename user_messages
Contributing
If you would like to contribute to Pluf, please read the README and CONTRIBUTING documents.
The most important guidelines are described as follows:
All code contributions - including those of people having commit access - must go through a pull request and approved by a core developer before being merged. This is to ensure proper review of all the code.
Fork the project, create a feature branch, and send us a pull request.
To ensure a consistent code base, you should make sure the code follows the PSR-2 Coding Standards.