dre1080 / warden

More than just a user database auth package for FuelPHP
http://dre1080.github.com/warden
MIT License
46 stars 11 forks source link

Confirmation vs Verification #10

Closed rclanan closed 13 years ago

rclanan commented 13 years ago

Just an idea, should confirmation should be called verification instead and a new feature added called confirmation that is more of an admin function for confirming user accounts that have been created. Configurable by config settings of course..

dre1080 commented 13 years ago

what's the difference between this and Model_User::confirm() method?