Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Members with no username.
I have someone creating an account without a username. How is this possible?
I have a screen shot.
http://img208.imageshack.us/img208/658/weirdw.jpg
Thank you for the support.
I have a screen shot.
http://img208.imageshack.us/img208/658/weirdw.jpg
Thank you for the support.
2
Comments
http://img718.imageshack.us/img718/2673/weird20.jpg
Thanks again.
Then when I go back to Vanilla, I am signed in as a user with no name.
In my case I had to simply disable proxyconnect to resolve the issue.
It just happened to me again, this time without the redirect to the wordpress page.
@tim
/conf/config.php
and delete everything that has "proxyconnect
" in it. Also make sure you set$Configuration['Plugins']['ProxyConnect']['Enabled'] = TRUE;
toFALSE
. Save your config.php file and check your forum.After that you may need to manually delete all the ghost users via the admin control panel.
I hope this helps you.
Note:
Back up your original config.php file before editing it.