vinumeris / lighthouse

Lighthouse: a peer to peer crowdfunding app that uses Bitcoin
Other
309 stars 81 forks source link

Added email to Project and made email address validation more stringent #171

Closed lightlist closed 9 years ago

lightlist commented 9 years ago

1) The project protobuf now includes an email address. 2) An emailEdit has been added to EditProjectWindow. 3) The email address verification method has been changed from contains("@") to matches("^[\w-.+]*[\w-.]\@([\w]+.)+[\w]+[\w]$")

mikehearn commented 9 years ago

Merged, thanks! I tweaked a couple of things based on my testing but otherwise it's identical.

mikehearn commented 9 years ago

This was pushed a day or two ago.