Michiel Peters
Michiel Peters
> I get this issue for a long time via osx now @bradennapier had this issue today as well. Try running `git` in the commandline. I got the follwing message:...
You can see an example of how to implement this [here](https://github.com/warrenbuckley/CWS-Umbraco-Standard-Membership/blob/master/CWSUmbracoStandardMembership/Views/AuthSurface/ForgottenPassword.cshtml#L14) The controller asks for the AntiForgeryToken by adding `[ValidateAntiForgeryToken]` to the action , the form than has to have...
Hacked something together, not sure if it's useful. Did use jQuery Mobile, but just the gestures part. Link: https://github.com/Wishjuh/mobile-base
My solution was to comment out all the things in that file. Not sure all code still worked after (think it did), but I used this more as boilerplate code...