-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Holger Lösken
committed
Sep 17, 2020
1 parent
f163083
commit 68deba1
Showing
1 changed file
with
29 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
# Statamic MagicLink - Login without a password | ||
|
||
A Statamic V3 addon to provide the option to login into the Control Panel without using a password. Instead use a magic link | ||
which is sent by email. | ||
|
||
# Installation | ||
|
||
Run the following the pull in the package with composer | ||
|
||
## Step 1 | ||
|
||
````bash | ||
composer require codedge/statamic-magiclink | ||
```` | ||
|
||
## Step 2 | ||
|
||
Login into your Statamic CP, see "MagicLink" in the side menu and enable it. | ||
|
||
## Step 3 | ||
|
||
On the CP login page you can now see a link "Send Magic Link". | ||
|
||
:warning: Make sure your email settings are configured and email sending works. | ||
|
||
# License | ||
|
||
Before going into production with *Statamic MagicLink*, you need to buy a licence at the [Statamic Marketplace](https://statamic.com/addons?statamic=3). | ||
*Statamic MagicLink* is not free software! |