Ark
Fixes issue #132. Also added `js-login-container` class to the signup box, as it wasn't faded in due to javascript not picking up the element.
Switching over to abstracted data provider meant that email_address accidentally got passed to the model as email and therefore could not be found. This is now resolved. Also, added trailing slash to register route, which I believe should be there