beromir / Servas

A self-hosted bookmark management tool.
https://servas.app
GNU General Public License v3.0
563 stars 32 forks source link

Provide feedback in UI when password is too short #21

Closed omnisci3nce closed 2 years ago

omnisci3nce commented 2 years ago

I was not sure why nothing was happening when I clicked the "Register" button on the /register page form.

I realised later that I needed to make my password longer in order for it to work. Some small validation or error state below for form input on the front-end would be helpful. I could potentially try and contribute this if you'd like?

Nice clean UI by the way.

beromir commented 2 years ago

Thank you for the report. The error messages of the form fields are now displayed. I'm glad you like the UI and feel free to open PRs if you want to contribute to the project.

omnisci3nce commented 2 years ago

I honestly struggled to get the project setup and running. Not too familiar with the PHP ecosystem.