Skip to content
/ user Public

A pluf module to manage user profiles and user accounts

License

Notifications You must be signed in to change notification settings

pluf/user

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a1197dc · Feb 9, 2021
Apr 26, 2020
Apr 26, 2020
Mar 10, 2020
Mar 31, 2020
Nov 13, 2017
Sep 13, 2019
Mar 11, 2020
Mar 23, 2020
Oct 7, 2017
Mar 18, 2020
Feb 9, 2021
Mar 11, 2020

Repository files navigation

User

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.