این پروژه یک ماژول برای سرورهای pluf است که امکانات مدیریت پروفایلها و حسابهای کاربری را فراهم میکند.
این ماژول به ماژولهای زیر وابستگی دارد:
- pluf/user
- pluf/collection
از نکات مهم این ماژول این است که ساختار پروفایل ثابت نیست و میتواند در سیستمهای مختلف متفاوت باشد پروفایل در اینجا به صورت یک نگاشت کلید-مقدار است که هر زوج کلید-مقداری را میتوان در آن ذخیره کرد.
In user_accounts
keep following attributes:
- id
- login
- date_joined
- last_login
- active
Add the following:
- deleted
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.