From cd0f291eb1a608589fcc2c1875fa7099ed8e2c51 Mon Sep 17 00:00:00 2001 From: Raphael Kabo Date: Sun, 25 Feb 2024 17:56:25 +0000 Subject: feat: optionally restrict event creation to specific emails --- views/createEventMagicLink.handlebars | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 views/createEventMagicLink.handlebars (limited to 'views/createEventMagicLink.handlebars') diff --git a/views/createEventMagicLink.handlebars b/views/createEventMagicLink.handlebars new file mode 100644 index 0000000..563af82 --- /dev/null +++ b/views/createEventMagicLink.handlebars @@ -0,0 +1,30 @@ +
+ +

Request a link to create a new event

+ +
+

+ The administrator of this instance has limited event creation to a set of specific email addresses. If your email address is allowed to create events, you will be sent a magic link to create an event. If not, you won't receive anything. +

+

+ If you run into any issues, please contact the instance administrator. +

+ {{#if message}} + + {{/if}} +
+ + +
+
+ +
+
+
-- cgit v1.2.3