Skip to content
This repository has been archived by the owner on Jan 26, 2021. It is now read-only.

Registration

Yugantar Jain edited this page Jul 18, 2020 · 4 revisions

The registration consists of both Login and Sign-Up. Login screen is used to enter the app by pre-registered users, while sign-up screen allows new users to quickly register in-app and start using the Mentorship system!

1. Login

The login screen features text fields to input 'Username' and 'Password' for authentication. The password field is implemented using a Secure Text Field. It also contains a button that brings up the sign-up screen for new users.

2. Sign-up

The sign-up screen features text-fields to input required details such as username, password, confirm password, etc along with a picker to select the role (mentee, mentor, both). It also contains the terms and conditions and a toggle to accept them.

Clone this wiki locally