summaryrefslogtreecommitdiff
path: root/actions/login.php
AgeCommit message (Expand)Author
2009-01-15Convert use of common_server_error and common_user_error to methods on ActionEvan Prodromou
2009-01-15Convert all actions to use new UI functionsEvan Prodromou
2008-12-23move opening brace of class declaration to next lineEvan Prodromou
2008-12-23change function headers to K&R styleEvan Prodromou
2008-12-23replace NULL with nullEvan Prodromou
2008-12-23replace all tabs with four spacesEvan Prodromou
2008-11-10CSRF Protection for login and new notice. Ticket #503zach
2008-08-29clean up username entered at loginEvan Prodromou
2008-07-22base class is_readonly() now returns false by defaultzach
2008-07-13conflict resolution after pulling from mikenzEvan Prodromou
2008-07-13Merge some gettext strings to one line so translation tools are happierMike Cochrane
2008-07-13little lost hashEvan Prodromou
2008-07-13restore enhanced login instructions, lost in gettext() switchoverEvan Prodromou
2008-07-10Resolve conflicts and convert _t( to _( where it was introduced again.Mike Cochrane
2008-07-09Merge conflicts and kill a whole lot of trailing whitespace on lines.Mike Cochrane
2008-07-08Convert _t() to _() for gettext.Mike Cochrane
2008-07-09fixup end tag in login (not used, maybe later)Evan Prodromou
2008-07-09reword, leave out the OpenID partEvan Prodromou
2008-07-09login -> reenterEvan Prodromou
2008-07-09don't refetch user objects so muchEvan Prodromou
2008-07-09better description of what happens when changing settingsEvan Prodromou
2008-07-08p.instructions -> div.instructionsEvan Prodromou
2008-07-08more debug output for rememberme cookiesEvan Prodromou
2008-07-05rememberme debuggingEvan Prodromou
2008-07-05better debuggingEvan Prodromou
2008-07-02methodEvan Prodromou
2008-07-02fix rememberme checkboxes on login, registerEvan Prodromou
2008-07-01better instructions for loginEvan Prodromou
2008-06-24rudimentary recoverpassword systemEvan Prodromou
2008-06-24login doesn't bark if the user is automatically logged inEvan Prodromou
2008-06-23implement rememberme functionalityEvan Prodromou
2008-06-17move instructions up to the "whats up" areaEvan Prodromou
2008-06-12add instructions to each form entry in formsEvan Prodromou
2008-06-11instructionsEvan Prodromou
2008-06-05show error correctly in loginEvan Prodromou
2008-06-05aEvan Prodromou
2008-05-30interim commit after pull from serverEvan Prodromou
2008-05-20trim whitespaceEvan Prodromou
2008-05-20better login buttonEvan Prodromou
2008-05-20better forms for new themeEvan Prodromou
2008-05-19try to fix updating in profileEvan Prodromou
2008-05-17check results of setting current userEvan Prodromou
2008-05-17fixup login formEvan Prodromou
2008-05-17fix check for POSTEvan Prodromou
2008-05-17common_start_element -> common_element_startEvan Prodromou
2008-05-17fixes to make it all lintEvan Prodromou
2008-05-14license block for source codeEvan Prodromou
2008-05-14considerable codingEvan Prodromou
2008-05-07beginnings of PHPEvan Prodromou