smswithoutborders / SMSWithoutBorders.com

Here is the interface through which users can manage their accounts and store their credentials
https://smswithoutborders.com
GNU General Public License v3.0
23 stars 8 forks source link

change password page has optional on fields that should be required #23

Closed PromiseFru closed 2 years ago

PromiseFru commented 2 years ago

image

nSedrickm commented 2 years ago

Thanks @PromiseFru. The label component got updated recently to show optional by default. This can be fixed by adding a required attribute to each label on the password change page. I will leave this open for now

Olaleye-Blessing commented 2 years ago

Can I work on this?

nSedrickm commented 2 years ago

Hi, yes you can. You can take a look at our contribution guide to help you get started with the project.

The most recent changes to this project can be found in the #dev branch. I encourage you to branch from there, make changes then open a pull request to the #dev branch. Let me know if you need any help.

Olaleye-Blessing commented 2 years ago

Screenshot (188)

nSedrickm commented 2 years ago

Hi, This is perfect thank you. I think you meant to attach it on the pull request instead but its ok. These things can be confusing

nSedrickm commented 2 years ago

Thanks for your contribution. closing this in favour of #27