summaryrefslogtreecommitdiff
path: root/app/views/users
AgeCommit message (Collapse)Author
2014-03-03dont see log in if logged inTomer Kimia
2014-03-03fixed users tableTomer Kimia
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-03Merge branch 'master' of http://github.com/LukeShu/leaguerDavisLWebb
2014-03-03view stuffDavisLWebb
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