No description
Find a file
2023-11-15 01:53:03 +01:00
css full working version 2023-11-15 01:53:03 +01:00
js full working version 2023-11-15 01:53:03 +01:00
src full working version 2023-11-15 01:53:03 +01:00
templates full working version 2023-11-15 01:53:03 +01:00
README.md lot new stuff 2023-10-23 09:51:43 +02:00
wisski_cloud_account_manager.info.yml lot new stuff 2023-10-23 09:51:43 +02:00
wisski_cloud_account_manager.install full working version 2023-11-15 01:53:03 +01:00
wisski_cloud_account_manager.libraries.yml full working version 2023-11-15 01:53:03 +01:00
wisski_cloud_account_manager.links.menu.yml full working version 2023-11-15 01:53:03 +01:00
wisski_cloud_account_manager.module full working version 2023-11-15 01:53:03 +01:00
wisski_cloud_account_manager.permissions.yml lot new stuff 2023-10-23 09:51:43 +02:00
wisski_cloud_account_manager.routing.yml full working version 2023-11-15 01:53:03 +01:00
wisski_cloud_account_manager.services.yml full working version 2023-11-15 01:53:03 +01:00

WissKI Cloud Account Manager

Introduction

This module provides an account creation page at /cloud-account-manager/create which can be used to create a new account. It is intended to be used in combination with the WissKI Cloud API Daemon. If you submit the account form, an email with a validation link is sent to the email address you provided. After the validation, the provision of your WissKI Cloud instance at .wisski.cloud starts and can be checked at /cloud-account-manager/check/<your validation code>.

Requirements

  • A correct configured and functional WissKI Cloud API Daemon. If you use docker, be sure to have the daemon and drupal site in the same network.
  • A valid SMTP System - you may need additional modules for SMTP, i.e. SMTP Authentication Support.

Installation

  • Clone this repository into your modules folder and enable the module.
  • Enable the module WissKI Cloud Account Manager in the Drupal UI.

Configuration

  • Go to /admin/config/system/cloud-account-manager and configure the module.

Maintainers

License