summaryrefslogtreecommitdiff
path: root/login.php
AgeCommit message (Expand)AuthorFilesLines
2012-09-20Tidy up js/regex escapingfisharebest1-2/+3
2012-09-20Fix HTML validation errors in login pagefisharebest1-13/+7
2012-09-20Tidy up js/regex escapingfisharebest1-1/+1
2012-09-20Remove autocomplete from new user registration form.Nigel Osborne1-2/+2
2012-09-20Fix incorrect validation regex on real nameNigel Osborne1-1/+1
2012-09-19Remove span element from tree title in registration messagesNigel Osborne1-4/+4
2012-09-19Adjust 14315 to allow for regex characters in passwordsNigel Osborne1-2/+2
2012-09-19Introduce HTML5 form validation on new user registration. See also related fo...Nigel Osborne1-59/+10
2012-09-15Use alternative code to that which was removed in 14274fisharebest1-4/+4
2012-09-15Fix: lots of issues when there are either no trees, or no trees with public a...fisharebest1-15/+17
2012-09-14Assume PHP time is the same as MySQL time. Both should use the same underlyi...fisharebest1-3/+2
2012-09-14Performance: fetch all the wt_site_setting values in one query.fisharebest1-8/+8
2012-09-14New account registration is for the *server*, not the *tree*. We can registe...fisharebest1-4/+5
2012-09-05Send actual user name with lost password request.Nigel Osborne1-0/+1
2012-08-26Fix typo - causing client-time to be calculated incorrectly.fisharebest1-1/+1
2012-08-26#584835 - Global variables clash with session variables (register_globals=On)fisharebest1-6/+6
2012-08-17Remove unhelpful help textfisharebest1-1/+1
2012-06-17Correct missing validation checksNigel Osborne1-1/+1
2012-06-16Correct missing validation checksNigel Osborne1-13/+18
2012-06-16Defer loading of external javascript (and most inline javascript) to the bott...fisharebest1-2/+2
2012-03-18#946697 - Use HTML5 email input typefisharebest1-6/+1
2012-03-16#954778 - Missing email from "request new password" processfisharebest1-0/+1
2012-03-14Bug #954683 - Password reset-not able to select fields Reported by LesliePNigel Osborne1-7/+8
2012-02-25Fix: when visiting login.php without an http_referer, don't try to guess it. ...fisharebest1-17/+0
2012-02-23Fix: autofocus on "username" field in login pagefisharebest1-4/+1
2012-02-22Fix: user time-zone detection broken in svn13228fisharebest1-8/+4
2012-02-20After approving a user account for the first time, send the user a confirmati...fisharebest1-2/+2
2012-02-09Fix clashes between APC and custom session handlersfisharebest1-0/+3
2012-02-07Fix: login/register failsfisharebest1-1/+1
2012-02-01#913486 - Invalid redirection when Login URL is not emptyfisharebest1-9/+9
2012-01-16#916852 - Help Content Wrong fisharebest1-2/+2
2012-01-15Remove some dead codefisharebest1-1/+0
2012-01-15login.php - tidy up some old logicfisharebest1-24/+11
2012-01-15Remove some dead codefisharebest1-27/+8
2012-01-14Improve alignment of elements on login / registration pages and allow for lon...Nigel Osborne1-8/+12
2012-01-13A couple of HTML validation issuesNigel Osborne1-6/+6
2012-01-13Improve alignment of elements on login / registration pages and allow for lon...Nigel Osborne1-28/+38
2012-01-06Fix typo in new message.fisharebest1-1/+1
2012-01-06#907637 - Multiple unnumbered placeholders?fisharebest1-55/+51
2012-01-05Further changes to login page: updating layout for new user registration, all...Nigel Osborne1-240/+215
2012-01-04Further changes to login page:Nigel Osborne1-127/+675
2012-01-01Help linksfisharebest1-4/+4
2012-01-01Simplified login pageNigel Osborne1-45/+30
2011-12-12HTML validation - use html5-style for self-closing tags, instead of xhtml-stylefisharebest1-12/+12
2011-11-29#584835 - remove more references to $_SESSION and use $WT_SESSION insteadfisharebest1-2/+2
2011-11-23Correct centering of table content - login.phpNigel Osborne1-4/+4
2011-11-23Move login checks to a common function. Use the LOGIN_URL parameter consiste...fisharebest1-2/+2
2011-11-19Remove classes .rtl and .lrt - these exist to correct the alignment when we a...fisharebest1-8/+8
2011-11-05Major MVC refactoring. Every page now has a controller.fisharebest1-14/+4
2011-11-04Remove deprecated <center> tag. Use CSS instead.fisharebest1-2/+8