Using the AS UserProfile token in skinobject fashion used to allow an unauthenticated person to go to the registration page, and the authenticated person the AS Profile.
After upgrading to DNN 5.4.4, all that happens when using the control as an unauthenticated user is that the page reloads.
For vanilla DNN functionality, this is addressed by changing the Registration Page in Site Settings from "User Profile" to "Unselected."
But how do we address it when using the AS Skin Object to replace the Register / User Profile control?
Thanks