Bachir Soussi Chiadmi b32fe9ef14 updated contrib modules 8 năm trước cách đây
..
config b32fe9ef14 updated contrib modules 8 năm trước cách đây
css 027aa99b32 a few more base modules 10 năm trước cách đây
src b32fe9ef14 updated contrib modules 8 năm trước cách đây
templates b32fe9ef14 updated contrib modules 8 năm trước cách đây
tests b32fe9ef14 updated contrib modules 8 năm trước cách đây
.travis-phpcs.sh 027aa99b32 a few more base modules 10 năm trước cách đây
.travis.yml 027aa99b32 a few more base modules 10 năm trước cách đây
LICENSE.txt 027aa99b32 a few more base modules 10 năm trước cách đây
README.md 027aa99b32 a few more base modules 10 năm trước cách đây
composer.json 027aa99b32 a few more base modules 10 năm trước cách đây
profile.info.yml b32fe9ef14 updated contrib modules 8 năm trước cách đây
profile.install 41863f872c updated core and modules 8 năm trước cách đây
profile.libraries.yml 027aa99b32 a few more base modules 10 năm trước cách đây
profile.links.action.yml 027aa99b32 a few more base modules 10 năm trước cách đây
profile.links.menu.yml b32fe9ef14 updated contrib modules 8 năm trước cách đây
profile.links.task.yml b32fe9ef14 updated contrib modules 8 năm trước cách đây
profile.module b32fe9ef14 updated contrib modules 8 năm trước cách đây
profile.permissions.yml 41863f872c updated core and modules 8 năm trước cách đây
profile.routing.yml b32fe9ef14 updated contrib modules 8 năm trước cách đây
profile.services.yml 027aa99b32 a few more base modules 10 năm trước cách đây

README.md

Profile

The Profile module provides configurable user profiles.

Requirements

Comparison to user account fields

Why use profiles instead of user account fields?

  • With profile, user account settings and user profiles are conceptually different things, e.g. with the "Profile" module enabled users get two separate menu links "My account" and "My profile".
  • Profile allows for creating multiple profile types, which may be assigned to roles via permissions (e.g. a general profile + a customer profile)
  • Profile supports private profile fields, which are only shown to the user owning the profile and to administrators.

Features

  • Multiple profile types may be created via the UI (e.g. a general profile + a customer profile), whereas the module provides separated permissions for those.
  • Optionally, profile forms are shown during user account registration.
  • Fields may be configured to be private - thus visible only to the profile owner and administrators.
  • Profile types are displayed on the user view page, and can be configured through "Manage Display" on account settings.