summaryrefslogtreecommitdiff
path: root/app/views/users/new.html.erb
AgeCommit message (Collapse)Author
2014-05-01clean up grep-able issues in forms (mostly using <p> instead of <div>)Luke Shumaker
2014-04-27misc form touch-upLuke Shumaker
2014-04-03CaptchaDavisLWebb
2014-03-06login fixed and some views look betterTomer Kimia
2014-03-04show errors when signing upLuke Shumaker
2014-03-04simplify the sessions routingLuke Shumaker
2014-03-03Changed password input to password type so that passwords are hidden as *** ↵Tomer Kimia
when typed, also why are we using an html form?
2014-03-03Made it possible to log in from the sign up page. As in I put a link under ↵AndrewMurrell
the mess I made.
2014-03-02Since I don't know how to do stuff with forms, I edited the actual HTML to ↵AndrewMurrell
fix where the form submits to. Tomer should help correct it.
2014-03-02I changed the user controllerDavisLWebb
2014-03-01added new user formTomer Kimia