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.
- Requirements
- Recommended modules
- Installation
- Configuration
- Troubleshooting
- Maintainers
This module requires the following modules:
- Gin Admin Theme
- or Claro to be enabled as default admin theme
Install as you would normally install a contributed Drupal module. For further information, see Installing Drupal Modules.
Navigate to Administration > Configuration > System > Gin Login
-
Setup Gin locally that you can compile CSS & JS files.
nvm use && npm i
-
Compile assets
npm run build
- Sascha Eggenberger - @saschaeggi