-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME.html
More file actions
49 lines (32 loc) · 1.33 KB
/
README.html
File metadata and controls
49 lines (32 loc) · 1.33 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
<head>
<meta charset="utf-8"/>
</head>
<body>
<h1 id="gatekeeperpluginforcraftcms3.x">Gatekeeper plugin for Craft CMS 3.x</h1>
<p>Protect your Craft CMS website from access with a universal password. Custom for Cursor.</p>
<h2 id="requirements">Requirements</h2>
<p>This plugin requires Craft CMS 3.0.0 or later.</p>
<h2 id="installation">Installation</h2>
<p>To install the plugin, follow these instructions.</p>
<ol>
<li><p>Open your terminal and go to your Craft project:</p>
<pre><code>cd /path/to/project
</code></pre></li>
<li><p>Then tell Composer to load the plugin:</p>
<pre><code>composer require cursor/craft-gatekeeper-cursor
</code></pre></li>
<li><p>In the Control Panel, go to Settings → Plugins and click the “Install” button for Gatekeeper.</p></li>
</ol>
<h2 id="configure">Configure</h2>
<p>To congifure the plugin, follow these instructions.</p>
<ol>
<li><p>In the Control Panel, go to Settings → Plugins and click the Gatekeeper icon.</p></li>
<li><p>Then enter the password required to access the website and click save.</p></li>
</ol>
<h2 id="license">License</h2>
<p>The MIT License (MIT). Please see <a href="LICENSE.md">License File</a> for more information.</p>
<p>Brought to you by <a href="http://cursor.co.uk">Cursor</a></p>
</body>
</html>