17 lines
335 B
YAML
17 lines
335 B
YAML
name: User
|
|
type: module
|
|
description: 'Manages the user registration and login system.'
|
|
package: Core
|
|
# version: VERSION
|
|
# core: 8.x
|
|
required: true
|
|
configure: user.admin_index
|
|
dependencies:
|
|
- system
|
|
|
|
# Information added by Drupal.org packaging script on 2016-08-03
|
|
version: '8.1.8'
|
|
core: '8.x'
|
|
project: 'drupal'
|
|
datestamp: 1470233791
|