Bug: Info buttons on account reg unpopulated [SOLVED]

► 2 out of 3 info buttons on account creation are unpopulated.
• Account Name info button should include note that account name is not seen by other users -and- that character
• Password Info button should show password requirements if there are any (perhaps note assuring users that site does not store -open text passwords- assuming the site doesn’t store them open text)

(bug found by Fox Stirling)

No worries :slight_smile: . The site doesn’t event send them open text. :male_detective:

The client first SHA-256 hashes the password before submitting it, to ensure not even the server owner (me) can log the password.
On the server, the password (hash) is further encrypted with bcrypt before stored.

Thanks for the bug report! I will have it fixed.

/Accipiter

Bug was introduced in v1.2.0, when I was trying to help LastPass understand the fields.

The text still exists, but the browser overrides the tooltip behavior by instead moving focus to the input field.

The fix will come in next release.

/Accipiter

1 Like

Resolved in Release v1.3.0 - Character profiles

1 Like