Changeset:
e57d8eb0d7db
https://sourceforge.net/p/mrbs/hg-code/ci/e57d8eb0d7db8f9ce2871f80162ab567dd0d6cef
Author:
Campbell Morrison <[email protected]>
Date:
Thu Aug 18 13:21:25 2016 +0100
Log message:
Fixed bug causing password validation not to be performed.
diffstat:
web/edit_users.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r e97775100e4d -r e57d8eb0d7db web/edit_users.php
--- a/web/edit_users.php Wed Aug 17 16:48:35 2016 +0100
+++ b/web/edit_users.php Thu Aug 18 13:21:25 2016 +0100
@@ -639,7 +639,7 @@
$q_string .= "&taken_name=$value";
}
break;
- case 'password':
+ case 'password_hash':
// check that the two passwords match
if ($password0 != $password1)
{
------------------------------------------------------------------------------
_______________________________________________
Mrbs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mrbs-commits