Roundup Tracker - Issues

Message7371

Author rouilj
Recipients rouilj
Date 2021-11-24.22:36:58
Message-id <1637793418.8.0.629059053425.issue2551171@roundup.psfhosted.org>
In-reply-to
Somebody asked if Roundup supported Have I been Powned (https://haveibeenpwned.com/)
using the password API:

  https://haveibeenpwned.com/API/v3

It doesn't but along the lines of https://wiki.roundup-tracker.org/TestPasswordComplexity
a similar mechanism can use:

 https://pypi.org/project/pyhibp/

to get a password check.

Also adding support for specifying an API key (https://haveibeenpwned.com/API/Key) in:

  detectors/config.ini

for the tracker allows use of checks for the email address(es) of the user that can be
done in a detector.
History
Date User Action Args
2021-11-24 22:36:58rouiljsetrecipients: + rouilj
2021-11-24 22:36:58rouiljsetmessageid: <1637793418.8.0.629059053425.issue2551171@roundup.psfhosted.org>
2021-11-24 22:36:58rouiljlinkissue2551171 messages
2021-11-24 22:36:58rouiljcreate