MyBB Community Forums

Full Version: I found a bug...
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
[Image: GsoEkn0.png]

That question isn't just annoying, it is very annoying.  Heart
Are you talking anout MyBB.com oder MyBB? This isn't a default security question. I'm not a native speaker but "very" doesn't sound like correct answer to this question.
@StefanT

Are they case sensitive, the answers ?
(2017-07-30, 10:50 AM)meetdilip Wrote: [ -> ]@StefanT

Are they case sensitive, the answers ?

Nope.

		$valid_answers = preg_split("/\r\n|\n|\r/", $question['answer']);
		$validated = 0;
		foreach($valid_answers as $answers)
		{
			if(my_strtolower($answers) == my_strtolower($answer))
			{
				$validated = 1;
			}
		}
Think the OP is just trying to be funny. The obvious answer to the question would be yes or no, but as pointed out that does not look like a MyBB default security question.
Haha, funny.
(2017-07-30, 03:54 PM)Ashley1 Wrote: [ -> ]Think the OP is just trying to be funny. The obvious answer to the question would be yes or no, but as pointed out that does not look like a MyBB default security question.

I think he's serious XD