strapi / strapi

πŸš€ Strapi is the leading open-source headless CMS. It’s 100% JavaScript/TypeScript, fully customizable and developer-first.
https://strapi.io
Other
61.46k stars 7.69k forks source link

Documentation password validations not surfaced #20476

Open jhoward1994 opened 2 weeks ago

jhoward1994 commented 2 weeks ago

Bug report

Required System information

Describe the bug

There is new password validation for documentation plugin in v5 If I fail the password validation (e.g. < 8 chars) there is no error surfaced in the UI. It'll seem like it's impossible to set a password

Steps to reproduce the behavior

https://github.com/strapi/strapi/assets/48524071/9168f461-24d8-48f0-aceb-0f0736ca8bb2

Expected behavior

Either no constraints on the password (current V4 behaviour) Or validation errors surfaced in form

Eventyret commented 2 weeks ago

Confirmed v5.0.0-beta.9

There is no feedback it just toggles back to "off" or false. There is however UI feedback when success the validation is correct.