The Drupal.org username module provides a simple field to accept drupal.org
usernames. This behaves as a simple link field but also provides computed fields
which provides user data from drupal.org.
This is useful for Drupal community sites (such as DrupalCamp websites) which
typically accept drupal.org usernames. Such sites will be able to cleanly
accept usernames (with validation) and also display additional data available
from the drupal.org API.
Right now, the module only provides this data via the
do_username.user_service but eventually, this data can also be shown in a
view.
Follow the development of this module at the project page.
Installation
Install as you would any Drupal module with composer.
$ composer require 'drupal/do_username:^2.0'
See the documentation
for more details.
Configuration
When enabled, a field is added to user entities. You can enable the field on
the form display and entity display, if required. You can also add this field
type to other entity types as well similar to other field types.
Project information
- Project categories: Site structure
6 sites report using this module
- Created by hussainweb on , updated
Stable releases for this project are covered by the security advisory policy.
Look for the shield icon below.
