kanboard / plugin-registration

Self-Registration plugin for Kanboard

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Self-Registration Plugin

This plugin allows people to sign up to Kanboard.

  • An email verification is necessary
  • A domain restriction can be applied to avoid unwanted users

Author

  • Frédéric Guillot
  • License MIT

Requirements

  • Kanboard version >= 1.0.37
  • Kanboard configured to send emails

Installation

You have the choice between 3 methods:

  1. Install the plugin from the Kanboard plugin manager in one click
  2. Download the zip file and decompress everything under the directory plugins/Registration
  3. Clone this repository into the folder plugins/Registration

Note: Plugin folder is case-sensitive.

Documentation

Workflow

  • From the login page a link to the sign up form is displayed
  • The user fill the form and submit
  • The user account is created but it's disabled
  • The user has to validate his email address to enable the account

Domain restriction

From the application settings, you can authorize only the domain name of your organization to avoid anybody to sign up.

About

Self-Registration plugin for Kanboard

License:MIT License


Languages

Language:PHP 99.0%Language:Makefile 1.0%