cfw-usermanager icon indicating copy to clipboard operation
cfw-usermanager copied to clipboard

A user manager demo app for ColdFusion on Wheels

Results 11 cfw-usermanager issues
Sort by recently updated
recently updated
newest added

The compare function returns -1 if this.password is less than hashPassword(arguments.password, this.salt), 0 if they are equal and 1 if the first case is reversed. this url shows that http://help.adobe.com/en_US/ColdFusion/9.0/Developing/WSc3ff6d0ea77859461172e0811cbec09af4-7fd0.html...

Here is the SQL required for Microsoft SQL Server database CREATE TABLE users ( id int NOT NULL primary key, admin bit NOT NULL DEFAULT(0), name varchar(40) NOT NULL, email...

var bCrypt = CreateObject("java", "BCrypt", "/lib"); cannot load class through its string name, because no definition for the class with the specified name [BCrypt] could be found

A 'users table could not be found' error is thrown when the database is empty. Controller.cfc public void function init() { filters(through="getCurrentUser"); } This is a totally valid exception.. However,...

Need to rewrite for Twitter Bootstrap 2.1 instead of the current version.

Enhancement

Would be a great addition to this project. Thanks!

Enhancement

Had to move /views/admin/adminusers to /views/adminusers to make it work for 1.2-beta1, not sure if you had to make a modification to the framework to make sub sub view folders...

The confirmed column in the db is vulnerable to mass assignment in the Users controller.

Bug

Hi, as cfw-usermanager is a really nice sample application for cfwheels I would like to see one simple sample unit test in it. Maybe for the registration or login form?...

Feature

Hi Mohamad, i saw that you have a checkbox on the login-form for the "Remember Me" function. But it is commented out. Are you planning to add this function? Ben...

Feature