/gin_login

Mirror of the git.drupalcode.org repository for Gin Login. Changes will not be pulled, and merge requests will not be accepted, if you want to contribute, go to Drupal.org:

Primary LanguagePHP

Gin Login

This module provides a nice login screen based on either Claro or Gin.

  • User Login
  • User Register
  • User Forgot Password

For a full description of the module, visit the project page.

Submit bug reports and feature suggestions, or track changes in the issue queue.

Table of contents

  • Requirements
  • Recommended modules
  • Installation
  • Configuration
  • Troubleshooting
  • Maintainers

Requirements

This module requires the following modules:

Recommended modules

Installation

Install as you would normally install a contributed Drupal module. For further information, see Installing Drupal Modules.

Configuration

Navigate to Administration > Configuration > System > Gin Login

Troubleshooting

  • Setup Gin locally that you can compile CSS & JS files.
    nvm use && npm i

  • Compile assets
    npm run build

Maintainers