pluf/user

A module for Pluf to manage user profiles and user accounts


README

Build Status codecov Coverage Status Maintainability Test Coverage

این پروژه یک ماژول برای سرورهای 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.