X-Git-Url: https://git.distorted.org.uk/~mdw/chopwood/blobdiff_plain/71d74dcfa355c55076eca33939f56d6f8a7b87ce..7405b0d4150bd34218bdb27549005a1950fa2b17:/chpwd diff --git a/chpwd b/chpwd index 3872715..65ae873 100755 --- a/chpwd +++ b/chpwd @@ -279,6 +279,7 @@ if __name__ == '__main__': ctx = OPTS.context if OPTS.user: CU.set_user(OPTS.user) + CGI.STATE.kw['user'] = OPTS.user if ctx is None: ctx = 'userv' else: D.opendb()