TypiCMS-TeamGamayunSoftUni / Base

Multilingual and modular CMS built with Laravel 5.2
MIT License
4 stars 1 forks source link

Users: New user can be created without filling out the password fields #39

Open ivamladenova opened 8 years ago

ivamladenova commented 8 years ago

New user can be created without filling out the password and password confirmation fields.

Steps.

  1. Login as an administrator.
  2. Reach the Users section.
  3. Press the new user button.
  4. Fill out the required e-mail, First name and Last Name fields.
  5. Click Save. Expected Result: For an error to be displayed that the password and password confirmation fields are required. Actual Result: A new user is created.