summaryrefslogtreecommitdiffstats
path: root/web/html/login.php
AgeCommit message (Expand)AuthorFilesLines
2020-02-02Add support for backup email addressesLukas Fleischer1-1/+1
2017-11-05login.php: Escape quotes in the referer fieldLukas Fleischer1-1/+1
2017-04-27Call check_sid() from a central locationLukas Fleischer1-2/+0
2016-01-30Shorten maxlength of email input fields to 254 charactersMarcel Korpel1-1/+1
2015-10-25Support long email addressesLukas Fleischer1-1/+1
2015-09-11Allow for logging in via email addressLukas Fleischer1-1/+1
2015-06-27Redirect at previous page after a successful loginGordian Edenhofer1-0/+5
2015-06-12Autofocus input fields at login and package-searchGordian Edenhofer1-1/+1
2015-02-04Rename the AUR software to aurwebLukas Fleischer1-1/+1
2014-12-13Avoid double slashes in notification email bodyLukas Fleischer1-1/+1
2014-10-24Use an INI-style configuration fileLukas Fleischer1-4/+5
2012-11-24login.php: Properly link to logout page when already logged incanyonknight1-1/+1
2012-11-04Avoid use of "$_SERVER['REQUEST_URI']"Lukas Fleischer1-2/+2
2012-10-11Remove character limit on password lengthcanyonknight1-1/+1
2012-09-24Use echo shortcut syntaxLukas Fleischer1-12/+12
2012-07-15Use virtual path feature for linksLukas Fleischer1-2/+2
2012-07-06Move login form to a separate pageLukas Fleischer1-0/+55