This is an automated email from the ASF dual-hosted git repository.

rubys 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 e11f0f4  pass user and password along with the request
e11f0f4 is described below

commit e11f0f4411618797dfaed164b5319d89d8bd0997
Author: Sam Ruby <[email protected]>
AuthorDate: Tue Mar 22 17:20:16 2022 -0400

    pass user and password along with the request
---
 www/members/inactive.cgi | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/www/members/inactive.cgi b/www/members/inactive.cgi
index 512842f..695ae2e 100755
--- a/www/members/inactive.cgi
+++ b/www/members/inactive.cgi
@@ -39,6 +39,8 @@ _html do
       # stub out roster functions
       class Committer; def self.serialize(*args); end; end
       def _committer(*args); end
+      dev env.user; $USER; end
+      dev env.password; $USER; end
 
       # issue request
       @action = 'request_emeritus'

Reply via email to