Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
abitdodgy committed Jun 29, 2012
1 parent 3efe706 commit eee907f
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
COLDFUSION ON WHEELS USER MANAGER DEMO
ColdFusion on Wheels User Manager Demo
======================================

CFWheels User Manager is a demo app for ColdFusion one Wheels. It's meant to be a toolkit for learning or kickstarting a project that requires session management and user roles functionality.
User Manager is a demo app for ColdFusion on Wheels. It's meant to be a toolkit for learning or kickstarting a project that requires session management and authorization functionality.


Current Version 2.0
Expand All @@ -14,7 +14,8 @@ Current version includes the following functionality:
* CRUD functionality for User model;
* Password hashing and salting;
* Expiring password resets with confirmation e-mail;
* Admin section for managing users.
* Admin authorization;
* Admin CRUD for managing users (work in progress).


Change Log
Expand All @@ -25,19 +26,24 @@ The following changes have been made in version 2.0:
* New RESTful Sessions controller.
* New RESTful password resets controller.
* No longer using a separate table to store password reset tokens. Password reset tokens are now stored in their own column in the users table. The previous release complicated things needlessly.

* Removed account verification. Will add this at a later stage.
* Change database schema: dropped the tokens and roles tables.
* Massive refactoring.

Coming Soon
-----------

* Account verification.
* Friendly redirects.

Usage
-----

Note that this version uses a new schema. The old schema is no longer compatible with this version.

Download and run the included SQL file to create the database.

You need to create the schema from the included SQL file. You will also need to setup your email credentials in /config/settings.cfm. The e-mail functionality is commented out at the moment.
You will also need to setup your email credentials in /config/settings.cfm. The e-mail functionality is commented out at the moment.

**Requires ColdFusion 9 or Railo 3+.**

Expand Down

0 comments on commit eee907f

Please sign in to comment.