This is an automated email from the ASF dual-hosted git repository.
sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git
The following commit(s) were added to refs/heads/master by this push:
new d0fb20ce Add note re timing
d0fb20ce is described below
commit d0fb20ce97741c7620f85ba57ee5431a77375bf3
Author: Sebb <[email protected]>
AuthorDate: Wed Aug 20 05:56:00 2025 +0100
Add note re timing
---
www/officers/acreq.cgi | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/www/officers/acreq.cgi b/www/officers/acreq.cgi
index e97e14ab..6e1c1b8b 100755
--- a/www/officers/acreq.cgi
+++ b/www/officers/acreq.cgi
@@ -317,6 +317,8 @@ _html do
mail.subject "[FORM] Account Request - #{requestor}:
#{@name}"
+ # TODO: Can this use the template acreq.erb?
+
# N.B. The second gsub below drops the Vote reference
paragraph if there is no reference
mail.body = <<-EOF.gsub(/^ {10}/, '').gsub(/(Vote
reference:)?\n\s+\n\s+\(This link is.+\)\n/, "\n\n")
Prospective userid: #{@user}
@@ -329,6 +331,8 @@ _html do
#{@comments}
+ Please note: it can take up to a week for the request to
be processed.
+
--#{' '}
Submitted by
https://#{ENV['HTTP_HOST']}#{ENV['REQUEST_URI'].split('?').first}
From #{`/usr/bin/host #{ENV['REMOTE_ADDR']}`.chomp}