This is the identity page for users of this server. '); define('login_needed_pat', 'You must be logged in as %s to approve this request.'); function idpage_render($identity) { $body = sprintf(idpage_pat, buildURL()); return array(array(), $body); } ?>