Mercurial > hg > ywww
comparison user/uk/resetPassword.php @ 15:385ddd7c4b55 testing
use test_db.php to get mysqld_test instance
author | Henry S. Thompson <ht@inf.ed.ac.uk> |
---|---|
date | Sun, 19 Feb 2017 16:17:53 +0000 |
parents | 077b0a0a3e6d |
children |
comparison
equal
deleted
inserted
replaced
14:1477b5e6dd16 | 15:385ddd7c4b55 |
---|---|
1 <?php | 1 <?php |
2 require "PasswordHash.php"; | 2 require "PasswordHash.php"; |
3 | 3 |
4 include "../../private/db.php"; | 4 include "../../../private/db_test.php"; |
5 include "passGen.php"; | 5 include "passGen.php"; |
6 | 6 |
7 // emailname and password sent from form | 7 // emailname and password sent from form |
8 $userID=$_GET['userID']; | 8 $userID=$_GET['userID']; |
9 $email=$_GET['email']; | 9 $email=$_GET['email']; |