From 3241a281b1f854dd848156cd9ca54de0e607f08c Mon Sep 17 00:00:00 2001
From: Jake Vanderwerf <get@jakevanderwerf.ca>
Date: Mon, 10 Nov 2025 21:05:17 +0000
Subject: [PATCH] =Update

---
 login/_setup.php |   40 +++++++++++++++++++++++++++++++---------
 1 files changed, 31 insertions(+), 9 deletions(-)

diff --git a/login/_setup.php b/login/_setup.php
index 3cc76a7..a25781f 100644
--- a/login/_setup.php
+++ b/login/_setup.php
@@ -4,15 +4,37 @@
 function altr_setup_login():array
 {
     return [
-        'login_from_favourite_header' => 'Join the scene; <small>keep your collection.</small>',
-        'login_header'                => 'Log in',
-        'join_header'                 => 'Join in',
-        'from_favourites_benefits'    => [
-            'Save designs you love',
-            'Get personalized recommendations',
-            'Connect with artists',
-            'Build your inspiration collection',
-            'Bonus: It\'s all free!'
+        'login' => [
+            'title'        => 'Log in',
+            'description'   => ['Log in to your account to see your referral balance and get your unique code!'],
+            'submit'        => 'Log in',
+        ],
+        'favourites'    => [
+            'title'         => 'Save your favourites'
+        ],
+        'lostpassword' => [
+            'title'    => 'Forgot Your Password?',
+            'description'   => 'No worries, we\'ll send you a reset link to your email.'
+        ],
+        'register'  => [
+            'title'        => 'Create your Account',
+            'submit'        => 'Create Account',
+            'email'     => [
+                'subject'   => '[Legacy] Finish Creating Your Account'
+            ],
+            'success'       => [
+                'title' => 'Success!',
+                'description' => [
+                    'See your email for next steps.',
+                    '(If you can\'t find it, check your junk!)',
+                ],
+            ]
+        ],
+        'magic' => [
+            'title' => 'Log in, auto-magically!',
+            'description' => [
+                'Enter your email, click the link in your email, and bibbity bobbity boo - you\'re logged in!'
+            ],
         ]
     ];
 }

--
Gitblit v1.10.0