Matt O'Keefe

Results 16 issues of Matt O'Keefe

This would allow the user to add a single button instead of needing a php component to email the form.

###### AccountController ~line 270 ``` c# if (!string.Equals(client.AllowedOrigin, redirectUri.GetLeftPart(UriPartial.Authority), StringComparison.OrdinalIgnoreCase)) ``` This line does not match origin of \* to any origin as string.Equals doe not account for regex. Maybe...

Opening the soap connection and setting the default proxy leaves the rest of the asp.net app in a default proxy state which may not be intended, the specific connection should...

Adding a few niceties to the readme to make it a bit "easier" to read/use. I attempted to put the provider-specific bits below the generic setup pieces. By using markdown...