summaryrefslogtreecommitdiff
path: root/login.php
AgeCommit message (Collapse)AuthorFilesLines
2011-09-20#849753 - Inconsistent password sanitationfisharebest1-2/+2
2011-04-03Fix for Forum request: Login page missing visually-impaired assists on ↵Veit Olschinski1-4/+4
Password field
2011-03-26#733917 - assigned application/user theme not picked upfisharebest1-0/+1
2011-01-25Tidy up <script type="text/javascript"> tags. fisharebest1-30/+24
2011-01-01Refactoring class names and use autoloading.fisharebest1-17/+17
2010-12-16Remove outdated / incorrect help textfisharebest1-7/+0
2010-11-30preg_quote the list of gedcoms when validating user input, in case any of ↵Larry Meaney1-1/+1
the gedcoms have regex characters in their name
2010-11-17Remove hard-coded LTR, (it breaks RTL pages!)fisharebest1-3/+3
2010-11-08Remove PAGE_AFTER_LOGIN option, and improve the default behaviour (i.e. ↵fisharebest1-10/+3
ctype=user/gedcom) http://webtrees.net/forums/10-help-for-ver-10-latest-release/4553-initial-page-setting-not-obeyed
2010-10-30(no commit message)fisharebest1-1/+1
2010-10-30(no commit message)fisharebest1-19/+19
2010-10-30#663955. Be explicit about which sorts of URL to generate: '&amp;' for ones ↵fisharebest1-3/+3
in html, and '&' for ones in HTTP headers and between WT_JS_START/WT_JS_END markers. Get rid of "encode_url()" function, which attempted to "magically" fix problems with the wrong URL style.
2010-10-25"Location:" header fields should contain absolute URIsfisharebest1-2/+2
2010-10-18Fix: incorrect URL after timeoutfisharebest1-1/+1
2010-10-07Remove unnecessary character set checksfisharebest1-7/+10
2010-10-03Fix: welcome message (types 2&3) not being displayedfisharebest1-2/+2
2010-09-25Tidy up whitespace/indentsfisharebest1-3/+2
2010-09-21(no commit message)fisharebest1-4/+1
2010-09-12Remove explicit tabindex from forms, where we are simply stating the default ↵fisharebest1-4/+3
sequence
2010-06-13Allow translations of custom welcome text: Gedcom setting ↵fisharebest1-2/+2
WELCOME_TEXT_AUTH_MODE_4 replaced with WELCOME_TEXT_AUTH_MODE_pl, WELCOME_TEXT_AUTH_MODE_it, etc.
2010-06-13Fix: contextual help not stickingfisharebest1-6/+4
2010-06-04Remove global USE_REGISTRATION_MODULE. Fetch this setting whenever it is used.fisharebest1-1/+1
2010-05-25Use constant instead of global variablefisharebest1-3/+3
2010-04-25Fetch site settings when needed, rather than making globalfisharebest1-2/+2
2010-04-05(no commit message)Veit Olschinski1-0/+235