jelly-auth
jelly-auth copied to clipboard
Jelly Driver for Kohana 3 Auth Module
Steps to reproduce: 1. Comment out the `(mt_rand(1, 100) === 1)` conditional. 2. Call `new Model_Auth_User_Token;` Result: ``` Database_Exception [ 1103 ]: Incorrect table name '' [ DELETE FROM ``...
While running "git submodule update --init" I get: fatal: reference is not a tree: 5fe550860cef089a54e071ac2936bd99cea54bf5 Unable to checkout '5fe550860cef089a54e071ac2936bd99cea54bf5' in submodule path 'modules/jelly-auth' related: http://autonomousmachine.com/2009/2/7/git-error-fatal-reference-is-not-a-tree-error
This would allow you to login using any parameter supported by the unique key method. For example an email address. The ORM Auth module currently supports this. Update _line 264_...