PasswordMaker Forums

Firefox/SeaMonkey/Mozilla/Netscape/Flock Browser Extension => Bugs => Topic started by: ThePythonicCow on June 11, 2012, 07:24:56 AM

Title: Minor error in Regular Expression example
Post by: ThePythonicCow on June 11, 2012, 07:24:56 AM
Bring up the "PasswordMaker - Add/Edit Pattern" screen, by clicking on Edit Pattern for some specific account in the URLs tab of the "PasswordMaker Account - Specific Settings" screen.

Then notice the following text on the "PasswordMaker - Add/Edit Pattern" screen:

Code: [Select]
  Pattern Contains

  [ ] Wildcards           Example: *://mail.yahoo.com/*
  [ ] Regular Expression  Example: https?://mail\.yahoo\.com\/.*

The last backslash (\), following yahoo\.com, is NOT needed :).

This text should read:
Code: [Select]
  Pattern Contains

  [ ] Wildcards           Example: *://mail.yahoo.com/*
  [ ] Regular Expression  Example: https?://mail\.yahoo\.com/.*