MTShop/code/web/modules/contrib/profile
Gdilove c391965547 update config 2023-11-17 01:10:57 +08:00
..
config update config 2023-11-17 01:10:57 +08:00
css update config 2023-11-17 01:10:57 +08:00
src update config 2023-11-17 01:10:57 +08:00
templates update config 2023-11-17 01:10:57 +08:00
tests update config 2023-11-17 01:10:57 +08:00
LICENSE.txt update config 2023-11-17 01:10:57 +08:00
README.md update config 2023-11-17 01:10:57 +08:00
composer.json update config 2023-11-17 01:10:57 +08:00
phpcs.xml update config 2023-11-17 01:10:57 +08:00
profile.info.yml update config 2023-11-17 01:10:57 +08:00
profile.install update config 2023-11-17 01:10:57 +08:00
profile.libraries.yml update config 2023-11-17 01:10:57 +08:00
profile.links.action.yml update config 2023-11-17 01:10:57 +08:00
profile.links.contextual.yml update config 2023-11-17 01:10:57 +08:00
profile.links.menu.yml update config 2023-11-17 01:10:57 +08:00
profile.links.task.yml update config 2023-11-17 01:10:57 +08:00
profile.module update config 2023-11-17 01:10:57 +08:00
profile.permissions.yml update config 2023-11-17 01:10:57 +08:00
profile.post_update.php update config 2023-11-17 01:10:57 +08:00
profile.routing.yml update config 2023-11-17 01:10:57 +08:00
profile.services.yml update config 2023-11-17 01:10:57 +08:00
profile.tokens.inc update config 2023-11-17 01:10:57 +08:00

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.