Update error message copy when maximum number of users reached per license
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 13.8k
- Forks
- 1.4k
- Avg merge
- 17h 58m
- Merged PRs (30d)
- 5
Description
Problem to solve
Following up from https://github.com/gitpod-io/gitpod/pull/11768#discussion_r934903448, the current message shown when the maximum number of users reached per license has the following issues:
- It's using an error prefix unnecessarily.
- It's not clear whether the user actually sign up or not.
Error: Maximum number of users permitted by the license exceeded
| CURRENT |
|---|
![]() |
Proposal
Update error message copy when maximum number of users reached per license, with a simpler copy but also better structure using bolder font weight for the first sentence.
Seems like the error is also coming from the backend, cross-posting in case this makes it more challenging to come up with the bolder sentence:
For example:
Maximum number of users reached. We could not sign you in because this instance has reached the maximum number of allowed users.
See also relevant discussion (internal). Cc @lucasvaltl @geropl @AlexTugarev
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with components/server/ee/src/user/user-service.ts around line 90 and read the linked discussion for the current error wording. Trace where that message is presented to users so the first sentence can use bolder text. Done means the unnecessary error prefix is removed and the message clearly explains that sign-in could not proceed because the license user limit was reached.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100
