abitdodgy / cfw-usermanager

A user manager demo app for ColdFusion on Wheels
23 stars 11 forks source link

Upgraded to CFWheels 1.1.8 and fixed a login bug with redirectAfterLogin() #5

Closed russjohnson closed 12 years ago

russjohnson commented 12 years ago

Was playing around with this tonight and ran into a bug in the redirectAfterLogin() method when logging in. The role param in the currentUser object was being set as an object instead of a string.

abitdodgy commented 12 years ago

Thanks for the pull request. I'm working on version 2.0, which is much more simplified!