Parallels / rq-dashboard

Flask-based web front-end for monitoring RQ queues
http://python-rq.org/
Other
1.45k stars 328 forks source link

Fix: Enabling username and passwords to be obfuscated #483

Closed HarryAnkers closed 7 months ago

HarryAnkers commented 8 months ago

Description

Fixed the regex to obfuscate the redis username and password. Currently this regex only works on redis password when username is not provided.

Fixes # (issue)

Broken regex on redis url

Type of change

Please delete options that are not relevant.

Checklist:

cjlapao commented 7 months ago

@HarryAnkers thanks for the fix, merged