Thanks to the DNN community for quickly helping me with the first part of my current issue!
I'm recently upgraded to 4.7, but I honestly don't know how long this condition has been around, as I'm in a testing environment and I'm the only user.
When clicking 'Register' on the main page, a non-signed in user is taken to <home> (which is not my start page for anon users). If I add the user info control to that page, the blank registration form is displayed, but this is hardly optimal. If I remove the control, it will still take the user to <home> - giving them nothing to do.
Before I had started fiddling with it, register would take the user to the login control, with very similarly useless results.
Is there a way to reset the register functionality away from the <home> page? I could certainly build a 'registration' page, but there's no way to make sure it gets pointed to.
Thanks for any help!
-layne