leginon-org / leginon-redmine-archive

1 stars 0 forks source link

Register as a user #90

Open leginonbot opened 8 months ago

leginonbot commented 8 months ago

Author Name: Amber Herold (Amber Herold) Original Redmine Issue: 90, https://emg.nysbc.org/redmine/issues/90 Original Date: 2010-02-12


+Steps for normal use+

  1. Browse to http://fly/myamiweb/
  2. Click on Register
  3. Fill in fields with valid information. Use your real email address so you can confirm.
  4. Try to log in prior to confirming your email address. The system should not allow you to login.
  5. Confirm your email address.
  6. Log into the system.
  7. Click on user Profile an confirm information is correct.

+Alternate paths+

  1. User did not enter a required field (check all fields separately)
  2. Passwords do not match each other
  3. Password is too short. Minimum is 3 valid characters
  4. Password is too long. Maximum is 20 valid characters
  5. Password contains invalid characters
  6. Username already exists
  7. A user with that email already exists (this should be allowed, test that it is)
  8. Username is too short. Minimum is 3 valid characters
  9. Username is too long. Maximum is 11 valid characters
  10. Username contains invalid characters
  11. Email address format is invalid
  12. Name contains invalid characters
  13. Register with diffrent email accounts insure the messages are delivered. Try gmail, yahoo, hotmail etc.
leginonbot commented 8 months ago

Original Redmine Comment Author Name: Amber Herold (Amber Herold) Original Date: 2010-02-18T21:13:34Z


Notes from Run on Feb 18, 2010

  1. Registration email: Username should be followed by a semicolon.
  2. Should profile fields be entered at registration time?
  3. Add a period after passwords do not match each other
  4. Password is not limited to a min of 3 chars.
  5. Password is not limited to a max of 20 chars.
  6. Adding a single quote to a password gives message "Unknown database failure, please try later."
  7. Username is not limited to min of 3 chars.
  8. Username is not limited to a max of 11 chars.

Created Bugs:

125

126

leginonbot commented 8 months ago

Original Redmine Comment Author Name: Amber Herold (Amber Herold) Original Date: 2010-02-25T21:15:39Z


With todays run, many of the field restrictions have now been implemented, but the username is still allowed to be longer than 11 characters.