Giter Club home page Giter Club logo

orient's Issues

Adapt index.php for ORIENT

The goal of this issue is to modify index.php for our own authentication use.

  • Modify SQL to access ORIENT database
  • Modify nomenclature to refer to ORIENT
  • Comments and documentation

update-profile-script.php

This script needs to update the users' profile information, but only the fields with information.

  • Get input profile info only from fields that aren't blank
  • Update the database with the input info

Authentication Functionality

  • Retrieve the username and password the user enters into the web form
  • Encrypt the given password
  • Select from the USERS table where the given username and the encryption of the given password exists
  • If the statement returns a result, create a session variable storing user information and log the user in
  • If the statement returns null, tell the user that their credentials were invalid

change-password-script.php

This script needs to update the users' password in the database.

  • Confirm the correct old password was entered
  • Confirm that both new password fields match
  • Update the table with the ciphertext of the new password

edit-profile.php

The edit-profile.php page needs to allow the user to make changes to their profile information. It also needs to force the user to edit their own profile page, and not allow the user to edit anyone else's profile page.

Registration

The registration panel on index.php needs to allow users to register an account with the system.

change-email-script.php

This script needs to update the database with a new email.

  • Check that both entered email addresses match
  • Update the database

Design profile.php for Prototype System I

Build a profile page for our users that correctly displays their information as it is retreived from a database.

  • Profile Picture
  • Fields
  • Connection to database
  • Display correct information
  • Editable fields

Header

Header for each page.

Sign-up functionality

  • Retrieve the information the user enters in the web form
  • Encrypt the password
  • Insert the new user into the users table

Results Page

Create Page that holds returned search results.

Settings

Settings page for the profile.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.