Hello,
I'm running WordPress 3.3.1 with Login Lock 2.2.3 and it has a pretty serious bug. I've got password aging on and when it a password needs to be reset it presents a blank html page instead of an option to reset. Here is an example:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US">
<head>
<title> › Reset Password</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<link rel='stylesheet' href='http://www.domainex.com/wp-admin/login.css?version=3.3.1' type='text/css' />
I've had the same problem in other installs with 3.3. Anyone else seeing this?
TIA