Skip to content

Issue 338 verifying email and password

Asmatullah Khan requested to merge issue_338_verifying_email_and_password into main

License and Copyright Notice

By submitting this issue or commenting on this issue, or contributing any content to this issue, you certify under the Developer Certificate of Origin that the content you post may be licensed under GPLv3 (for code) or CC-BY-SA 4.0 International (for non-code content).

Branch Name

issue_338_verifying_email_and_password

Related Issues

Closes #338 (closed)

Description

Will now allow for verification of email and password.

Steps to Test

(List the steps needed to test this merge request here using bullets, for ex:)

  1. Step 1
  • Enter 'Admin' for the username and 'Admin' for the password. You should see a toast that says the admin login was successful.
  1. Step 2
  • Enter 'Volunteer' for the username and 'Volunteer' for the password. You should see a toast that says the admin login was successful.
  1. Step 3
  • Now check to see if an invalid attempt presents you with a toast saying the login attempt was invalid.

Relevant Screenshots

(Post any relevant screenshots here.)

Relevant Logs

(Paste any relevant logs here.)

Developer Notes

(List any notes you have about what you did here using bullets, for ex:)

  • Note 1
  • Note 2
  • Note 3

Merge request reports