Brian Cassidy

Results 8 comments of Brian Cassidy

FYI, in the meantime i'm doing: `|perl -pe 's/\e\[[\d;]*m//g;'` which seems to do what i want.

A config file would be perfectly acceptable. Cheers :)

I realize this ticket is a bit old now, but, is there a solid work-around that doesn't involve the patch?

A third option comes to mind: expand the available replacement strings to match the user info fields. So, `%user%` is used for `USERINFO['user']` and `%name%` for `USERINFO['name']`, etc.

Whoops, I guess i should have mentioned that this is the commit message: `Wiki page %page% changed by %user%` For my install, `%user%` is always blank because it's trying to...

We don't have any anonymous users. Everyone is authenticated through LDAP.

I'm currently using `return $GLOBALS['USERINFO']['user'];` which at least gives me the username.

As a way forward, can you just change the qbittorrent port with the `WEBUI_PORT` env var?