Can't create an MSSQL login

I’m trying to create an MSSQL login. The login defaults to “_”, but no matter what I type in the text box, I get the following pop-up error message:

Login: alphanumeric value, total length up to 20 chars

Am I missing something? It won’t accept anything!

Thanks in advance…

it can only contain abcdefghijklmnopqrstuvwxyz1234567890 and a maximum of 20 characters

[QUOTE=DirtBag]
it can only contain abcdefghijklmnopqrstuvwxyz1234567890 and a maximum of 20 characters
[/QUOTE]

Even if I try just using the letter “a” in the text box, it errors. The underscore portion is prefixed and non-editable. For example, say my username was test. On the create MSSQL login form, I see “test_” (non-editable) followed by the text box.

Any ideas?

it has to be at least 5 characters long

but OMG, if you use your head you should find out this yourself!

[QUOTE=DirtBag]

but OMG, if you use your head you should find out this yourself!
[/QUOTE]

LOL - True enough, and ordinarily I’d hope to pick up on that quickly. However, because MSSQL allows for small logins (such as “sa”), I assumed this had translated to the jodoHost implementation.

Thanks anyway…

dave, are you still having this problem?

[QUOTE=Yash]
dave, are you still having this problem?
[/QUOTE]

Nope - All sorted thanks.