Make login screen password helper less cryptic

Open Beginner friendly
#206 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
1/5
Estimated time
Under an hour
Newbie friendliness
68/100
Issue type
Feature
Clarity
Mostly clear
Activity status
Quiet
Tech stack
java

Research direction

The issue identifies the login screen helper text but does not name a file or test. Locate the screen that renders the listed demo credentials, update the labels so usernames and passwords are unambiguous, and verify that all four examples display the requested format.

Written by the indexing model from the issue text.

Description

Login screen could be more explicit. It says:

viewer / password → VIEWER
editor / password → EDITOR
admin / password → ADMIN
superadmin / password → SUPER_ADMIN

This can be read as: for the user "viewer", password is "VIEWER".

Maybe this would be better:

u: viewer / p: password
u: editor / p: password
u: admin / p: password
u: superadmin / p: password
Dominant language
Java
Stars
8
Forks
0
Avg merge
1d 6h
Merged PRs (30d)
20

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from vaadin/use-cases

All issues in vaadin/use-cases

Similar issues

More Java issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.