@verb #82:"unauthorized" this none this rxdo #55 @program #82:"unauthorized" this none this "Causes the browser to ask for name and password." "Note: If the player has already logged in (player.user != $no_one), then you probably want to use $www.error:forbidden() instead" if (player == $webber) return endif player:notify("HTTP/1.0 401 Unauthorized") player:notify($www:server_name()) player:notify("WWW-Authenticate: Basic realm=\"MOO Canada Eh?\"") player:notify("") player.header_issued = 1 if (args) player:tell(@args) else player:tell("", $name, ": Unauthorized

Unauthorized

[mOo CaNaDa, Eh?]Your username/password doesn't seem to be valid.

If you don't have a player, you can create one or you can log in as a guest. Let us know if you need help.") this:tell_www_tail() player:tell("") endif boot_player(player) "Last modified by Dax (#789) on Wed May 22 13:40:04 2002 MDT." "This verb previously owned by manta (#7165), and chowned to $slacker upon dewizarding (Sat Aug 17 14:50:05 2002 MDT)." "Last modified by Dax (#789) on Mon Jan 12 15:41:48 2004 MST." .