This is an automated email from the ASF dual-hosted git repository.
curcuru 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 e981bf7 Include availid in individual proxy forms
e981bf7 is described below
commit e981bf78e16635af5238fa57d6a01254be8899d6
Author: Shane Curcuru <[email protected]>
AuthorDate: Tue Mar 19 14:03:56 2019 -0400
Include availid in individual proxy forms
---
www/members/proxy.cgi | 3 +++
1 file changed, 3 insertions(+)
diff --git a/www/members/proxy.cgi b/www/members/proxy.cgi
index 3891cde..4f53bd1 100755
--- a/www/members/proxy.cgi
+++ b/www/members/proxy.cgi
@@ -210,6 +210,9 @@ _html do
proxy[/name: _(#{'_' *user.public_name.length})/, 1] =
user.public_name.gsub(' ', '_')
+ proxy[/availid: _(#{'_' *user.id.length})/, 1] =
+ user.id.gsub(' ', '_')
+
proxy[/Date: _(#{'_' *date.length})/, 1] = date.gsub(' ', '_')
proxyform = proxy.untaint