Make the password placeholder less confusing

master
Beq 2024-10-27 12:39:42 +00:00
parent f4a502de24
commit db7de433d8
1 changed files with 1 additions and 1 deletions

View File

@ -567,7 +567,7 @@ void FSPanelLogin::setFields(LLPointer<LLCredential> credential, bool from_start
// We don't actually use the password input field,
// fill it with MAX_PASSWORD_SL characters so we get a
// nice row of asterisks.
const std::string filler("123456789!123456");
const std::string filler("Enter a password");
sInstance->getChild<LLLineEditor>("password_edit")->setText(filler);
sInstance->mPasswordLength = filler.length();
sInstance->updateLoginButtons();