Log In/Registration System Docu, Exercises of Software Engineering

Log In/Registration System w/ Forgot Pass Documentation

Typology: Exercises

2018/2019

Uploaded on 02/19/2019

kaizzer-camille
kaizzer-camille 🇵🇭

2 documents

1 / 5

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
1. Field for account username.
2. Field for account password.
3. Submit button. If the username and password provided does match an existing account, it
will direct user to the homepage. Otherwise, it will produce an alert and the user will stay
on the Log In page.
4. Will direct user to the Forgot Password page.
5. Will direct user to the Register page.
1
2
3
1
2
3
4
5
6
7
8
pf3
pf4
pf5

Partial preview of the text

Download Log In/Registration System Docu and more Exercises Software Engineering in PDF only on Docsity!

1. Field for account username.

2. Field for account password.

3. Submit button. If the username and password provided does match an existing account, itwill direct user to the homepage. Otherwise, it will produce an alert and the user will stay

4. on the Log In page.Will direct user to the Forgot Password page.

5. Will direct user to the Register page.

1. Text field for new username. (Must be unique)

2. Text field for new email address. (Must be unique)

3. Radio button for selection.

4. Field for phone number.

5. Password field. (Must have 8 to 12 characters)

6. Password confirmation. Input must match the first password field.

7. Submit button. Will register user’s details to the database and redirect them to the Log Inpage. Otherwise, it will produce an alert if the username/email provided already exists or

(Users cannot view this page unless they provide a valid email and phone number.)

1. Field for new password. (Must have 8 to 12 characters)

2. Field for new password confirmation. Input must match the first password field.

3. Submit button. Will update the user’s password and will redirect them to the Log In page.Otherwise, it will produce an alert if the passwords provided do not match or if the new

password does not contain 8 to 12 characters; the user will also stay on the page.

4. Will redirect user to the Log In page.

(Users cannot view this page unless they are logged in.)

1. Displays the session username.

2. Log out button. Will terminate session after confirmation from user and will redirectthem to the Log In page.