summaryrefslogtreecommitdiff
path: root/login.php
AgeCommit message (Collapse)AuthorFilesLines
2014-01-25#1237005 - "Request new user account" fails when all trees are privateGreg Roach1-5/+11
2014-01-04Update copyright date to 2014Greg Roach1-1/+1
2014-01-04Fix address of FSF, replace licence of GPLv2 by latest versionweberho1-1/+1
2013-12-29Remove registration message about accounts being automatically deleted - ↵Greg Roach1-3/+1
because they aren't\!
2013-11-30#1255459 - Login does not redirect to original pageGreg Roach1-2/+2
2013-11-29Add automatic online upgrade wizardGreg Roach1-0/+16
2013-11-26#1252271 - Reply-To for admin-directed email invalidGreg Roach1-14/+10
2013-11-03Fix: url parameter being lost during loginGreg Roach1-3/+4
2013-11-01Tidy up trailing whitespaceGreg Roach1-4/+4
2013-10-31Prevent page jumping to top when clicking on 'request new password' link.JustCarmen1-0/+1
2013-10-29Add more support for Reply-To: headers on emailfisharebest1-6/+15
2013-10-29Add internal support for Reply-To: headers on emailfisharebest1-0/+6
2013-10-22Two busg: #1237452 - New user/New registration mails - Family Tree Title ↵fisharebest1-6/+6
with ' - dev; #1237458 - Webtrees messages with odd texts - dev
2013-10-07Remove confusing log messageGreg Roach1-1/+2
2013-10-07Remove confusing log messageGreg Roach1-1/+0
2013-09-22#1024319 - Custom welcome text is only displayed under certain conditionsGreg Roach1-4/+1
2013-09-21Update language files. Tidy up some capitalisation in en_US.Greg Roach1-2/+2
2013-09-14 #1063054 - Errors in mail sending should be traced, not outputtedGreg Roach1-50/+37
2013-09-03#1214183 - "On This Day" is a Day OffGreg Roach1-19/+15
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 ↵Greg Roach1-72/+83
non-breaking space - fr file
2013-08-24Update non-typographic quotation marksGreg Roach1-12/+12
Tidy up punctuation
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
information?
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 ↵Łukasz Wilenski1-2/+2
verifies
2013-02-06Previously, AJAX pages loaded their own copies of JS libraries (to work ↵fisharebest1-1/+1
around limitation in old versions of jquery?). Don't do this any more - it breaks jQuery extensions, by re-creating the jQuery object. This also has the benefit of making the home page more responsive.
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