summaryrefslogtreecommitdiffstats
path: root/web/html/passreset.php
AgeCommit message (Expand)AuthorFilesLines
2020-02-02Add support for backup email addressesLukas Fleischer1-3/+3
2020-02-02Add option to send reset key for a given user nameLukas Fleischer1-13/+12
2017-04-27Call check_sid() from a central locationLukas Fleischer1-3/+0
2017-02-24Use bcrypt to hash passwordsLukas Fleischer1-4/+1
2015-08-08Port notification routines to PythonLukas Fleischer1-8/+1
2015-05-22Include user name in password reset emailsLukas Fleischer1-4/+6
2015-05-21Fix email body of password reset emailsLukas Fleischer1-1/+1
2015-02-04Rename the AUR software to aurwebLukas Fleischer1-1/+1
2014-11-21Check password length on the password reset formLukas Fleischer1-0/+4
2014-06-05Do not return "None" in user functionsLukas Fleischer1-1/+1
2014-05-22Be friendly to newly registered usersLukas Fleischer1-1/+2
2014-02-10passreset.php: Make error messages translatableLukas Fleischer1-2/+2
2014-01-11passreset.php: Error out if e-mail is emptyLukas Fleischer1-7/+12
2014-01-11passreset.php: Refactor HTMLLukas Fleischer1-13/+12
2013-03-19Move reset key submission to a separate functionLukas Fleischer1-17/+5
2012-10-22Use HTTPS links everywhere for Arch sitesDan McGee1-1/+1
2012-10-11Remove character limit on password lengthcanyonknight1-2/+2
2012-09-24Use echo shortcut syntaxLukas Fleischer1-9/+9
2012-07-15Use virtual path feature for linksLukas Fleischer1-3/+3
2012-07-06passreset.php: Pull out DB codecanyonknight1-22/+3
2012-07-06passreset.php: Overhaul to match archwebcanyonknight1-45/+42
2012-07-06Remove all traces of "pgboxtitle"Lukas Fleischer1-3/+1
2012-03-08Always set the "To:" header when sending mailLukas Fleischer1-2/+2
2011-11-02Add a new AUR_LOCATION settingDan McGee1-1/+1
2011-10-24Wrap mysql_real_escape_string() in a functionLukas Fleischer1-2/+2
2011-08-20Use "%s" instead of "%h" in format stringsLukas Fleischer1-1/+1
2011-06-22rename *.inc files to *.inc.php and adjust imports and referenceselij1-1/+1
2011-04-27SQL: treat all UID/ID values as numbers, not stringsDan McGee1-2/+2
2011-04-19Use HTTPs for links in password reset confirmation mails.Lukas Fleischer1-1/+1
2010-10-08Modify some strings for translation.Loui Chang1-4/+3
2010-04-17Support for storing salted passwordsDenis1-1/+4
2009-11-13Implement 'Password Reset' facility (FS#3061)Evangelos Foutras1-0/+137