To add a collaborator to this project you will need to use the Relish gem to add the collaborator via a terminal command. Soon you'll be able to also add collaborators here!
More about adding a collaboratorRegister
As a User
I want to be able to register
So that I can sign in and use the service
Acceptance Criteria:
- A New user with no other Land Registry accounts must register in order to use the FPI service.
- If an email address has been added to the sign in page before the register link is selected then the email address must be carried over to the register page.
- User can create an account using an email address already used for any LR account other than FAP.
- All mandatory fields must be completed in order to Register.
- If passwords don't match user is informed of mismatch after completing the second field.
- Scenarios
-
- 'Register to use this service' link
- New User with no existing Land Registry accounts is able to register
- User with existing FAP accounts is not able to register
- All mandatory fields completed but email not in correct format
- All mandatory fields completed but postcode not in correct format
- One or more mandatory fields not completed
- Passwords do not match
- Contact information available on the registration form
- 'Register to use this service' link
-
- Given
- I have selected the link 'register to use this service'
- Then
- I am taken to the 'Register' page
- New User with no existing Land Registry accounts is able to register
-
- Given
- that I have not previously registered with any Land Registry services
- And
- I have selected the link 'register to use this service'
- And
- I have correctly completed all mandatory fields in the register form
- And
- I accept the terms and conditions
- And
- I select 'Register'
- And
- I am taken to the 'Registration successful' page
- When
- I sign in with the new account
- Then
- I am taken to the 'Search the land and property register' page
- User with existing FAP accounts is not able to register
-
- Given
- that I have previously registered as a FAP User
- And
- I have selected the link 'register to use this service'
- And
- I have correctly completed all mandatory fields in the register form using my FAP email
- When
- I accept the terms and conditions
- And
- I select 'Register'
- Then
- I am told that I already have an account
- And
- I am prompted to sign in with my registered email address
- All mandatory fields completed but email not in correct format
-
- Given
- that I have not previously registered with any Land Registry services
- And
- I have selected the link 'register to use this service'
- And
- I have entered an email address in the wrong format
- When
- I accept the terms and conditions
- And
- I select 'Register'
- Then
- I am given 'The email address you have entered is not valid' message
- All mandatory fields completed but postcode not in correct format
-
- Given
- that I have not previously registered with any Land Registry services
- And
- I have selected the link 'register to use this service'
- And
- I have entered a postcode in the wrong format
- When
- I accept the terms and conditions
- And
- I select 'Register'
- Then
- I am given 'Postcode is not a valid UK postcode' message
- One or more mandatory fields not completed
-
- Given
- that I have not previously registered with any Land Registry services
- And
- I have selected the link 'register to use this service'
- And
- I have not correctly completed all mandatory fields in the register form
- When
- I accept the terms and conditions
- And
- I select 'Register'
- Then
- 'The following errors were found' message is displayed
- Passwords do not match
-
- Given
- that I have not previously registered with any Land Registry services
- And
- I have selected the link 'register to use this service'
- And
- I have entered the wrong password in the second field
- And
- I select 'Register'
- Then
- I am shown an error asking me to confirm my passwords are the same
- Contact information available on the registration form
-
- Given
- I have selected the link 'register to use this service'
- Then
- I see contact information below the form
Last published about 6 years ago by Heather Poole.