Changeset 317

Show
Ignore:
Timestamp:
06/21/07 20:46:02 (17 months ago)
Author:
t-bone
Message:

Closes #68

  • Allow substitution of plus-addresses per domain.
Location:
extension/mpwgen
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • extension/mpwgen/content/mpwgen.js

    r199 r317  
    4545        var user=this.getPref('string', 'mpwgen.username'); 
    4646        var email=this.getPref('string', 'mpwgen.email'); 
     47        // substitute wildcard address 
    4748        if ('@'==email.charAt(0)) email=host.match(/[^.]*/)+email; 
     49        // substitute plus address 
     50        email=email.replace('+@', '+'+host.match(/[^.]*/)+'@'); 
    4851 
    4952        var pass=this.hash(host+master),j; 
  • extension/mpwgen/install.rdf

    r307 r317  
    44        <em:id>{afb4d196-e762-4d4c-a74d-d5ac21475f62}</em:id> 
    55        <em:name>Magic Password Generator</em:name> 
    6         <em:version>1.3.5</em:version> 
     6        <em:version>1.4</em:version> 
    77        <em:description>Magically make custom passwords for each website.</em:description> 
    88        <em:creator>Anthony Lieuallen</em:creator>