You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 22, 2025. It is now read-only.
A Statamic V3 addon to provide the option to login into the Control Panel without using a password. Instead use a magic link
4
+
which is sent by email.
5
+
6
+
# Installation
7
+
8
+
Run the following the pull in the package with composer
9
+
10
+
## Step 1
11
+
12
+
````bash
13
+
composer require codedge/statamic-magiclink
14
+
````
15
+
16
+
## Step 2
17
+
18
+
Login into your Statamic CP, see "MagicLink" in the side menu and enable it.
19
+
20
+
## Step 3
21
+
22
+
On the CP login page you can now see a link "Send Magic Link".
23
+
24
+
:warning: Make sure your email settings are configured and email sending works.
25
+
26
+
# License
27
+
28
+
Before going into production with *Statamic MagicLink*, you need to buy a licence at the [Statamic Marketplace](https://statamic.com/addons?statamic=3).
0 commit comments