aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/login.php
Commit message (Collapse)AuthorAgeFilesLines
* New session code, probably still dodgy, fix for login failed message, search ↵Paul S. Owen2001-12-051-4/+5
| | | | | | updates, highlighting URI messup fixes, max limit for ranks git-svn-id: file:///svn/phpbb/trunk@1511 89ea8834-ac86-4346-8a33-228a782c2dd0
* Removed test redirect headersPaul S. Owen2001-12-021-13/+5
| | | | git-svn-id: file:///svn/phpbb/trunk@1496 89ea8834-ac86-4346-8a33-228a782c2dd0
* Allow admins to login to disabled board ... for admin panel access onlyPaul S. Owen2001-11-301-21/+42
| | | | git-svn-id: file:///svn/phpbb/trunk@1490 89ea8834-ac86-4346-8a33-228a782c2dd0
* More lang related cleanupsPaul S. Owen2001-11-181-2/+3
| | | | git-svn-id: file:///svn/phpbb/trunk@1355 89ea8834-ac86-4346-8a33-228a782c2dd0
* Changed to new lang vars + redirect for loginPaul S. Owen2001-11-031-4/+12
| | | | git-svn-id: file:///svn/phpbb/trunk@1264 89ea8834-ac86-4346-8a33-228a782c2dd0
* Changed to new lang vars + redirect for loginPaul S. Owen2001-11-031-1/+9
| | | | git-svn-id: file:///svn/phpbb/trunk@1263 89ea8834-ac86-4346-8a33-228a782c2dd0
* Various changes to location redirection ... please note the format and name ↵Paul S. Owen2001-10-141-25/+32
| | | | | | changes git-svn-id: file:///svn/phpbb/trunk@1190 89ea8834-ac86-4346-8a33-228a782c2dd0
* Various updates mainly URI session related ... login still having problem ↵Paul S. Owen2001-10-141-14/+14
| | | | | | with full URI sessions git-svn-id: file:///svn/phpbb/trunk@1183 89ea8834-ac86-4346-8a33-228a782c2dd0
* I have an excuse for this idiotic serious of commits ... I'll let you know ↵Paul S. Owen2001-10-101-1/+0
| | | | | | what is when I think of it ... git-svn-id: file:///svn/phpbb/trunk@1160 89ea8834-ac86-4346-8a33-228a782c2dd0
* Send new password + old password check stuff ... this time I'm fairly ↵Paul S. Owen2001-10-101-0/+1
| | | | | | confident it works ... no really, I mean it git-svn-id: file:///svn/phpbb/trunk@1159 89ea8834-ac86-4346-8a33-228a782c2dd0
* Added Send New Password functions + added check for current password when ↵Paul S. Owen2001-10-101-1/+1
| | | | | | changing git-svn-id: file:///svn/phpbb/trunk@1155 89ea8834-ac86-4346-8a33-228a782c2dd0
* Re-added GPL disclaimersJames Atkinson2001-08-301-13/+22
| | | | git-svn-id: file:///svn/phpbb/trunk@943 89ea8834-ac86-4346-8a33-228a782c2dd0
* Modified header commentsPaul S. Owen2001-08-261-11/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@932 89ea8834-ac86-4346-8a33-228a782c2dd0
* Changes to include location + some other misc stuffPaul S. Owen2001-07-131-13/+20
| | | | git-svn-id: file:///svn/phpbb/trunk@646 89ea8834-ac86-4346-8a33-228a782c2dd0
* Improved treatment of forward_page paramPaul S. Owen2001-06-131-27/+59
| | | | git-svn-id: file:///svn/phpbb/trunk@490 89ea8834-ac86-4346-8a33-228a782c2dd0
* Did some work converting lang file stuff to new formatJames Atkinson2001-05-281-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@366 89ea8834-ac86-4346-8a33-228a782c2dd0
* Initial SQL updates completePaul S. Owen2001-05-131-6/+6
| | | | git-svn-id: file:///svn/phpbb/trunk@281 89ea8834-ac86-4346-8a33-228a782c2dd0
* Now allow for GET based sessionPaul S. Owen2001-05-061-14/+13
| | | | git-svn-id: file:///svn/phpbb/trunk@256 89ea8834-ac86-4346-8a33-228a782c2dd0
* Removed display of Anonymous is username field if no user logged onPaul S. Owen2001-05-061-2/+4
| | | | git-svn-id: file:///svn/phpbb/trunk@249 89ea8834-ac86-4346-8a33-228a782c2dd0
* Little fix to login so de-activated accounts won't be able to loginJames Atkinson2001-05-041-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@243 89ea8834-ac86-4346-8a33-228a782c2dd0
* Moved config, images vars to arrays and various other fixesPaul S. Owen2001-05-031-2/+3
| | | | git-svn-id: file:///svn/phpbb/trunk@237 89ea8834-ac86-4346-8a33-228a782c2dd0
* Added some passthru support to loginJames Atkinson2001-05-011-9/+30
| | | | | | | Got edit profile half working.. git-svn-id: file:///svn/phpbb/trunk@223 89ea8834-ac86-4346-8a33-228a782c2dd0
* Minor updates and alterations mainly to templating varsPaul S. Owen2001-04-301-2/+9
| | | | git-svn-id: file:///svn/phpbb/trunk@219 89ea8834-ac86-4346-8a33-228a782c2dd0
* Overhauled session code ... in a big wayPaul S. Owen2001-04-281-2/+4
| | | | git-svn-id: file:///svn/phpbb/trunk@208 89ea8834-ac86-4346-8a33-228a782c2dd0
* Modify to template sendpassword.php as U_ urlPaul S. Owen2001-04-241-3/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@205 89ea8834-ac86-4346-8a33-228a782c2dd0
* Updated for generic themingPaul S. Owen2001-04-241-21/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@203 89ea8834-ac86-4346-8a33-228a782c2dd0
* Small mods to login pagePaul S. Owen2001-04-191-11/+12
| | | | git-svn-id: file:///svn/phpbb/trunk@191 89ea8834-ac86-4346-8a33-228a782c2dd0
* Introduced a full page login box inc prelim themeingPaul S. Owen2001-04-191-1/+44
| | | | git-svn-id: file:///svn/phpbb/trunk@190 89ea8834-ac86-4346-8a33-228a782c2dd0
* error_die changes and various bug fixes to filesPaul S. Owen2001-04-151-4/+4
| | | | git-svn-id: file:///svn/phpbb/trunk@149 89ea8834-ac86-4346-8a33-228a782c2dd0
* Compatibility and template updatesPaul S. Owen2001-04-151-1/+10
| | | | git-svn-id: file:///svn/phpbb/trunk@145 89ea8834-ac86-4346-8a33-228a782c2dd0
* Session code updatesPaul S. Owen2001-04-151-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@143 89ea8834-ac86-4346-8a33-228a782c2dd0
* Changed to tie in with session code updatesPaul S. Owen2001-03-211-21/+50
| | | | git-svn-id: file:///svn/phpbb/trunk@119 89ea8834-ac86-4346-8a33-228a782c2dd0
* User registration works.James Atkinson2001-03-191-20/+20
| | | | git-svn-id: file:///svn/phpbb/trunk@106 89ea8834-ac86-4346-8a33-228a782c2dd0
* Changed USER_IP to $user_ipBart van Bragt2001-03-091-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@95 89ea8834-ac86-4346-8a33-228a782c2dd0
* Started translation implemenation, added 1.2 english lang fileJames Atkinson2001-03-021-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@73 89ea8834-ac86-4346-8a33-228a782c2dd0
* Added login/logout file and logic to login a userJames Atkinson2001-02-251-0/+57
git-svn-id: file:///svn/phpbb/trunk@65 89ea8834-ac86-4346-8a33-228a782c2dd0