Kirby Membership

For those who are afraid of French, I translated :slight_smile: Can’t wait to test it very soon !


Allows users registration for your website

Installation

Use one of the alternatives below.

1. Clone or download

Clone or download this deposit.
Unzip the archives if necessary and rename the folder to “membership ».

Make sure the folder structure of the plugin looks like this:

site / plugins / membership /

2. Submodule Git

If you know your way around Git, you can download this plugin as submodule:

$ cd path / to / kirby
$ git submodule add https://github.com/starckio/kirby-membership site / plugins / membership

Installation

  1. Pages

Go to the Kirby panel and create a “Login” page. Once done, create a second “Account” page. Subpages will be automatically added.
use

Use
To enjoy the links, just add this code in your menu:
(
)

Config
Set the language to be used.

c :: set (‘membership.language’, ‘en’);

Changelog
0.1

Requirements
Kirby 2.3+

Warning
This plugin is provided “as is” without warranty. Use it at your own risk and always test it before use in a production environment. If you encounter problems, please create a new issue.

Licence
CC-BY-NC-SA - Creative Commons

Credits
Mailgun for the emails template.
This post on the forum that allowed the quick development of this plugin.