OmarAlshazly / Scrumbledores-Army

0 stars 0 forks source link

User Registration Failure #3

Open LaylaMadany opened 7 years ago

LaylaMadany commented 7 years ago
  1. Severity: High

  2. Reported By: Laila Madany

  3. Description: On clicking the register button, nothing happens. The user does not know whether the registration operation was successful or not. Behind the scenes, this reference error appears.

    ReferenceError: response is not defined at $$childScopeClass.$scope.registerClient (mainCtrl.js:410) at angular.js:10957 at callback (angular.js:19303) at $$childScopeClass.$eval (angular.js:12865) at $$childScopeClass.$apply (angular.js:12963) at HTMLFormElement. (angular.js:19308) at HTMLFormElement.dispatch (jquery.min.js:1547) at HTMLFormElement.r.handle (jquery.min.js:1487

  4. Steps to reproduce the issue:

    a. Press the Sign up button from the side nav bar b. Fill in all the fields c. Click the Register Button

  5. Expected Result: Registration is completed successfully with either a confirmation message displayed to the user or a redirection to the login page.