maintenance: Fix broken url in comment for createCommonPasswordCdb.php
authorTimo Tijhof <krinklemail@gmail.com>
Sat, 18 Mar 2017 01:12:32 +0000 (18:12 -0700)
committerKrinkle <krinklemail@gmail.com>
Mon, 20 Mar 2017 22:51:04 +0000 (22:51 +0000)
Follows-up 2d15dcfc3f4b.

Use a permalink instead. The files have changed since.

Change-Id: I52882f29bb1d0fc791e8a43452c329344188fa53

maintenance/createCommonPasswordCdb.php

index 388ad8a..f7e0c0f 100644 (file)
@@ -26,9 +26,11 @@ require_once __DIR__ . '/Maintenance.php';
 /**
  * Maintenance script to create common password cdb database.
  *
- * Meant to take a file like
- * https://github.com/danielmiessler/SecLists/blob/master/Passwords/rockyou.txt?raw=true
- * as input.
+ * Meant to take a file like those from
+ * https://github.com/danielmiessler/SecLists
+ * For example:
+ * https://github.com/danielmiessler/SecLists/blob/fe2b40dd84/Passwords/rockyou.txt?raw=true
+ *
  * @see serialized/commonpasswords.cdb and PasswordPolicyChecks::checkPopularPasswordBlacklist
  * @since 1.27
  * @ingroup Maintenance