ovh/manager

missing maximum characters number in database creation dialog

nicoovh opened this issue · 0 comments

Have you already contacted our help centre?

  • Yes, I have contacted the help centre.

Is there an existing issue for this?

  • I have checked the existing issues

Describe the bug

During a database creation, The error message displayed when the username is too long is missing the maximum number of characters allowed.
Capture d’écran 2022-06-04 à 08 32 53

Steps To Reproduce

  1. In a PERF webhosting
  2. using chomium on mac OS, reproduced using firefox, reproduced in French and in English
  3. click on Action >> Create a database,
  4. the maximum number of allowed chars for username is not displayed

Expected Behavior

I would expect, as seen in the code here:

That the MaxUserLength would be displayed in the translated message.

Something like:
9 lower-case alphanuméric characters maximum

What browsers are you using?

Chrome

Which devices are used?

Desktop

Additional information to add?

I tried to debug using chrome tools, but I miss guidelines on how to debug angularjs without installing the complete dev env.