fossasia / susi_chromebot

SUSI.AI Chrome Extension
GNU Lesser General Public License v2.1
1.54k stars 139 forks source link

Add required in input fields of ChangePassword form. #325

Closed rupav closed 5 years ago

rupav commented 5 years ago

I'm submitting a ... (check one with "x")

Current behavior:

Currently on submitting empty fields, no error shows up. Expected behavior:

Error/alert should be present to indicate the required fields. Steps to reproduce:

Log in, then click on 'Change password' in the login page. cpassbug

Would you like to work on the issue? Yes

rupav commented 5 years ago

@zamhaq adding required field in the input tags will do. But in forget password form, there is an alert for empty field (Email). Should I change in that too?