backrest icon indicating copy to clipboard operation
backrest copied to clipboard

Make repo password required

Open johnmaguire opened this issue 10 months ago • 6 comments

Currently, there's no indication that a password is required. If you try to submit the form without one, you get an error flash message:

Screenshot 2024-04-05 at 01-09-41 Backrest

This PR makes it so you can't submit the form until a password is entered (a single character password is accepted.) It also adds a warning if you click off the field without entering a value.

Screenshot 2024-04-05 at 01-07-24 Backrest

Unfortunately I could not figure out how to get the Password label to show the required symbol...

johnmaguire avatar Apr 05 '24 05:04 johnmaguire