For those who are afraid of French, I translated 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
- 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.