Thanks
Dave :)
Thanks
Dave :)
Or do you just want to get rid of this functionality on your site at all?
Just learning options in the event someone asks. So option 1 you covered. Is there an option 2 for ridding that fuctionality? Or is that special coding. I know i can do the coding but im just curious if that is option 2? :)
change the route $router->addRoute(new OW_Route('base_delete_user', 'profile/delete', 'BASE_CTRL_DeleteUser', 'index'));
if they go to profile-delete page directly they'll get 404
or i can just reroute it back to the same page or maybe some zombie website lol :)
Thanks ross... :)