From: Sam White Date: Sat, 11 Dec 2021 14:10:39 +0000 (+0000) Subject: Implement downloading of CSV of members emails and link to members page from login... X-Git-Url: https://git.dalvak.com/public/?a=commitdiff_plain;h=44b6019d8f9d1a2fdd65bfda8c68664f2412bcd3;p=ycra.git Implement downloading of CSV of members emails and link to members page from login success page. --- diff --git a/public_html/login.php b/public_html/login.php index 36c1b39..b6400a7 100644 --- a/public_html/login.php +++ b/public_html/login.php @@ -42,7 +42,8 @@ function content() { $uid = validate_login($errors, $_POST); if ($uid) { esc('Login successful!.'); - $_SESSION['user'] = $uid; + $_SESSION['user'] = $uid;?> +

Click >here to view the membership list.

+

Click >here to download a CSV + file containing the email addresses of all members.

+

Please note this is a work in progress and the membership records will be fully reconciled at some point.