You run the patch by copying the patch file to the /plugins directory then running (from linux):
patch -p0 < filename.patch
where filename.patch is the patch’s file name…
My question is, how can I get the wp-register.php file to work since I want to allow people to register still if they cannot log in.
Ta