Customers' passwords: Legal characters?

Former Member
Former Member $organization

What range of characters may be used in a customer's Tessitura account password?  Are there any that are expressly forbidden, or any further rules about legal passwords?

Thanks,
Bryan

Parents
  • Former Member
    Former Member $organization

    Generally speaking, there is no specific restriction on characters in a password. Any character on a standard computer keyboard should work, including the space character if the system is not set to require complex passwords.

    The t_defaults setting "pw_require_strong", however, governs the characters that must be present in a password for it to be deemed sufficiently strong or complex. We have tried to design this requirement to mirror that of a Windows Server environment (at least one numeric character, one capital letter, one lower-case letter, and one "special" or punctuation character). The space character is not included in this list, and is therefore not supported.

    Hope this answers your question!

Reply
  • Former Member
    Former Member $organization

    Generally speaking, there is no specific restriction on characters in a password. Any character on a standard computer keyboard should work, including the space character if the system is not set to require complex passwords.

    The t_defaults setting "pw_require_strong", however, governs the characters that must be present in a password for it to be deemed sufficiently strong or complex. We have tried to design this requirement to mirror that of a Windows Server environment (at least one numeric character, one capital letter, one lower-case letter, and one "special" or punctuation character). The space character is not included in this list, and is therefore not supported.

    Hope this answers your question!

Children