When trying to login to my wordpress (using 3.3.1 on RHEL 6 with the BrowserID plugin v. 0.26 from
http://wordpress.org/extend/plugins/browserid/, and Firefox Nightly) I get this error message:
Notice: Undefined variable: rememberme in /usr/share/wordpress/wp-content/plugins/browserid/browserid.php on line 281
Login failed (matej@somewhere)
Array
(
[status] => okay
[email] => matej@somewhere
[audience] => luther.somewhere
[expires] => 1330517453537
[issuer] => browserid.org
)
Any idea, what's wrong? Also, how do I map user on Wordpress ('matej' in this case) to the email address ('matej@somewhere')?
Thank you
Matěj Cepl