Why will this not work with DNN 3.3.4 ?? (I tried) I would prefer to use your flavor of the code but it will not work in the signin.ascx file.
This is what I have been using:
<script runat="server">
Sub change(sender As Object, e As EventArgs)
if txtUsername.Text="admin" then
txtUsername.Text="admin"
elseif txtUsername.Text="host" then
txtUsername.Text="host"
else txtUsername.Text="Domain\" & txtUsername.Text
end if
end sub
</script>
Thanks