Online Training

Complete your industrial or summer training with Free Online Training.

Join project,Its Free, If you are a Student or Professional and want to work in live projects,This Online Training is for you !!!!!.

 
 
Project Module  

Project Module that need to be complete in project

Module name
User Setting
Task Name
Signup or User Registration
Duration(Hours)
6
Task Description

Feature in User Module

Signup or User Registration

Create signup page with bootstrap,signup action  in controller, put proper validation and unique email id check.

show proper message if user didnt save.

Check signup page in different view like mobile tablet and different size of loptop, you can do with browser resize also.

Reference Link http://www.studydunes.com/user/users/registration

Module name
User Setting
Task Name
Login
Duration(Hours)
5
Task Description

User login page

Create Login page with bootstrap,put proper front end validation.

Create login action in UsersContrller(controller name,as per framework).

In User Model, put proper validation.

When user fail to login, show proper error message.

Do exception handling in action.

 

Module name
User Setting
Task Name
Forgot passwords
Duration(Hours)
4
Task Description

Show Forgot passwords link in Login page.

when user click on that lin one page will open with one text field, user will put email id, will submit email id to recover his/her password.

studydunes.com, system will send one email will to this email id to set his password.

Reference link. http://www.studydunes.com/user/users/recover-password

Module name
User Setting
Task Name
Edit User Detail after login
Duration(Hours)
4
Task Description

Edit User Detail after login, User will login from login page,will redirect to my profile page.

will show one edit button in page, when user will click that, form will open with prefielld data of user with update button.

After edting data, user will click on update button, after clicking on that edited data will save in uses table, after same page redirect to 

myprofile page with new data.

Module name
User Setting
Task Name
Change Password.
Duration(Hours)
3
Task Description

In my profile page, one link will be there Change Password

On clicking on this link, change password page will open and user can enter new password,

after saving new password in user table, user will redirect to my profile page