Difference between revisions of "Test"
From JOTA-JOTI Wiki
m |
m (→Create new account) |
||
Line 5: | Line 5: | ||
** is an association selected? | ** is an association selected? | ||
** is a country selected? | ** is a country selected? | ||
− | ** | + | ** empty or invalid user name? |
− | ** | + | ** user name cannot start with numbers |
− | ** | + | ** Different passwords? |
− | ** | + | ** Password shorter than 8 characters? |
** (FIXME: To be verified in code: Gibt es ungültige Passworte?) | ** (FIXME: To be verified in code: Gibt es ungültige Passworte?) | ||
− | ** | + | ** empty or invalid email address? |
− | ** | + | ** used email address |
− | ** | + | ** user name in use? |
** username = password ? | ** username = password ? | ||
** Benutzername schon in Nickserv vergeben? | ** Benutzername schon in Nickserv vergeben? | ||
− | ** | + | ** If country is choosen, then the list of associations is reduced to the associations of that country? (Javascript needed) |
* Group | * Group | ||
** same tests as Individuum again | ** same tests as Individuum again |
Revision as of 14:37, 3 June 2014
Create new account
- Individual person
- is kind of account choosen? (individual person OR group)
- is a language selected?
- is an association selected?
- is a country selected?
- empty or invalid user name?
- user name cannot start with numbers
- Different passwords?
- Password shorter than 8 characters?
- (FIXME: To be verified in code: Gibt es ungültige Passworte?)
- empty or invalid email address?
- used email address
- user name in use?
- username = password ?
- Benutzername schon in Nickserv vergeben?
- If country is choosen, then the list of associations is reduced to the associations of that country? (Javascript needed)
- Group
- same tests as Individuum again
Login
- with existing user and wrong password
- with not existing user and new password
- with existing user and right password => OK
Change Password
- right old password and the differnet new passwords
- same new passwords, shorter than 8 characters
- wrong old password and the same new passwords
- right old password and the same new passwords => OK
Password forgotten
- existing username => Mail with pass-code
- wrong/changed passcode in url
- differnet new passwords
- same new passwords, shorter than 8 characters
- same new passwords => OK