Git Product home page Git Product logo

cins548's Introduction

cins548

To Do

  1. Check for XSS vulnerabilities etc.
  2. DONE---Create the ability to reset passwords via challenge question.
  3. DONE---Give users the ability to update and change ALL of their private information.
  4. DONE---Give admins the ability to edit all information that belongs to registered users.

db.sql

The default dump provided has these accounts already installed.

	[email protected]	=> pw: 'password'
	[email protected]	=> pw: 'password'
	[email protected]		=> pw: 'password'
	[email protected]		=> pw: 'password'

The password-reset answer for all of these accounts is 'Team Alpha'

Notices and error messages

To display a notice or an error message the next time a page is rendered to this user, set the $_SESSION['notice'] or $_SESSION['error'] variables, respectively. Like so:

$_SESSION['error'] = 'Invalid user credentials, please try again.';

Next time a page is rendered (through index.php), the message will be prettily displayed then removed from that user's session variables. The pages the message displays via are html/notice.html and html/error.html.

cins548's People

Contributors

nomadmtb avatar glacials avatar gscory avatar coldsilverd avatar

Stargazers

 avatar

Watchers

James Cloos avatar  avatar  avatar  avatar  avatar

cins548's Issues

Expire sessions after a period of time

When we get our server we should set the PHP config variable session.cookie_lifetime in php.ini to some amount of time we think sessions should expire after.

Shopping Cart

Unable to remove the last item. Cart still contains one item after clicking remove.

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.