Closed lightlist closed 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]$")
Merged, thanks! I tweaked a couple of things based on my testing but otherwise it's identical.
This was pushed a day or two 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]$")