user/view.php calls require_login, which calls user_not_fully_set_up and redirects to user/edit.php
user/edit.php checks for a remote user and redirects to user/view.php
everything go boom.
user/view.php calls require_login, which calls user_not_fully_set_up and redirects to user/edit.php
user/edit.php checks for a remote user and redirects to user/view.php
everything go boom.