summaryrefslogtreecommitdiff
path: root/login.php
AgeCommit message (Collapse)AuthorFilesLines
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
the number.
2012-10-20Temporarily comment-out the placeholder text in the login/register form. It ↵fisharebest1-3/+3
is not yet uploaded to the translation server, and a release is imminent.
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 ↵Nigel Osborne1-59/+10
forum post
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 ↵fisharebest1-15/+17
access
2012-09-14Assume PHP time is the same as MySQL time. Both should use the same ↵fisharebest1-3/+2
underlying OS function. Saves a DB query. Only call time() once. For consistency, and for a very minor performance tweak.
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 ↵fisharebest1-4/+5
register on a server with no public trees. Update text/messages to reflect this.
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 ↵fisharebest1-2/+2
bottom of the page. This improves responsiveness, as the page can be rendered before the scripts are parsed.
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
Just go to index.php
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 ↵fisharebest1-2/+2
confirmation email.
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 ↵Nigel Osborne1-8/+12
longer translated texts
2012-01-13A couple of HTML validation issuesNigel Osborne1-6/+6
2012-01-13Improve alignment of elements on login / registration pages and allow for ↵Nigel Osborne1-28/+38
longer translated texts
2012-01-06Fix typo in new message.fisharebest1-1/+1
2012-01-06#907637 - Multiple unnumbered placeholders?fisharebest1-55/+51
Allow forgotten password by email as well as username Remove incorrect/unhelpful help Update the content of notification emails
2012-01-05Further changes to login page: updating layout for new user registration, ↵Nigel Osborne1-240/+215
all warnings and notifications etc.
2012-01-04Further changes to login page:Nigel Osborne1-127/+675
Merge login.php and login_register.php, Make Lost Password a drop-down rather than new page, Update login-block module to similar design to login page, Update help text to match changes,
2012-01-01Help linksfisharebest1-4/+4
2012-01-01Simplified login pageNigel Osborne1-45/+30