summaryrefslogtreecommitdiff
path: root/login.php
AgeCommit message (Expand)AuthorFilesLines
2013-08-29New filter/validation functions for GET/POST variablesGreg Roach1-21/+21
2013-08-25Switch from phpmailer class to Zend_Mail. Fix #1213289 - Issue with non-bre...Greg Roach1-72/+83
2013-08-24Update non-typographic quotation marksGreg Roach1-12/+12
2013-08-21Add escaping functions, based on semantics of what is being escapedGreg Roach1-8/+8
2013-08-18Update .PO files. Change <br/> to <br>Greg Roach1-7/+7
2013-08-09Remove empty subversion Id tagsGreg Roach1-3/+1
2013-06-12#1064348 - Private trees are completely private - so how can we show welcome ...fisharebest1-20/+18
2013-05-12#1100239- SMTP_HELO site config setting is incorrectly labelledfisharebest1-2/+2
2013-03-01Bug #1132630 - Messaging is incorrect if admin approves account before user v...Ɓukasz Wilenski1-2/+2
2013-02-06Previously, AJAX pages loaded their own copies of JS libraries (to work aroun...fisharebest1-1/+1
2013-01-17#1100665 - Proxy breaks remote IP (patch by Andrew Gregory - thanks!)fisharebest1-7/+7
2013-01-11Add spam-prevention features to the user-account registration form.fisharebest1-206/+141
2012-11-22#1078025 - Login.php does not recognise cookies are enabledfisharebest1-7/+6
2012-10-25Combine similar texts and remove unnecessary buttonsfisharebest1-3/+3
2012-10-20Re-instate placeholder text for registration form. Add I18N/plural rules to ...fisharebest1-17/+5
2012-10-20Temporarily comment-out the placeholder text in the login/register form. It ...fisharebest1-3/+3
2012-09-20Enforce DB field lengths on login/register formfisharebest1-3/+3
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