Voir sur Drupal.org
Nb téléchargements :
32543
Components
- Code
- Documentation
- Miscellaneous
- User interface
Licence
http://www.gnu.org/licenses/old-licenses/gpl-2.0.htmlpermet de créer un profile à l'utilisateur au lieu de charger les champs du user account
Release
Status : Published
Projects : Modules
Maintenance status : Actively maintained
Development status : Under active development
Supported Branches :
8.x-1.
Stable releases for this project are covered by the
security advisory policy.
8.x-1.11
released
23 July 2024
Works with Drupal:
^9 || ^10 || ^11
Install:
composer require 'drupal/profile:^1.11'
Covered by Drupal's security advisory policy
Release type : New features
Description
The Profile module provides configurable user profiles.
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.
- Profiles can optionally be revisioned.
Note: profiles are currently not translatable. See #2899744: Make Profiles Translatable.
Toutes les informations proviennent du site drupal.org