also, fight stupidity in development, my bad :P
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
@@ -635,7 +635,7 @@ if ($page == 'overview') {
|
|||||||
standard_error(array('stringisempty', 'mypassword'));
|
standard_error(array('stringisempty', 'mypassword'));
|
||||||
exit;
|
exit;
|
||||||
}
|
}
|
||||||
elseif ($password = $result['email_full']) {
|
elseif ($password == $result['email_full']) {
|
||||||
standard_error('passwordshouldnotbeusername');
|
standard_error('passwordshouldnotbeusername');
|
||||||
exit;
|
exit;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user