Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 720 Bytes

README.md

File metadata and controls

35 lines (24 loc) · 720 Bytes

Custom CMS

To get it started:

  • Go into your terminal of choice and clone this repo.

  • Start up your WAMP or MAMP server.

  • Go to Localhost:(PORT)

  • Go to PHPMyAdmin and import the database that's included.

  • Go to Localhost:(PORT)/cms

And you're done!

Planned Updates

To Do:

  • Skinning, big thing.
  • Login attempts
  • Timed suspension (must login to account after certain time)
  • Encrypted passwords

Done:

  • Welcome Page
  • Display last login
  • Message change depending on time of day
  • Create user
  • Auto generated password
  • Email new user with username and generated password
  • Edit account page
  • Force edit account on first login
  • Redirect after account edit on first login