do you want users to only use passcode to login

instead of user/pass combo

If so I think this is not possible using auth as is, and if this can be
done you'd have to customise Auth by extending BaseAuthenticate

although I think Auth is geared towards user/pass for logging in users

if you wanted to setup a coupon feature on a siteyou could do that without
authentication
and the passcode retrieves information on the offer



On 7 December 2011 13:39, Wendall <[email protected]> wrote:

> I figured this would be
> a good opportunity to look at the AuthComponent.  I have it set up
> along with my MCV stuff.  It looks like by default it expects the
> model it's associated with to have username and password properties
> which is what it uses to check and authenticate with.  My client only
> wants a 'passcode' to authorize users rather than a username/password
> combo.  How can I set this up using the AuthComponent?  I've tried
> adding a beforeFilter method to my Controller:
>

-- 
Our newest site for the community: CakePHP Video Tutorials 
http://tv.cakephp.org 
Check out the new CakePHP Questions site http://ask.cakephp.org and help others 
with their CakePHP related questions.


To unsubscribe from this group, send email to
[email protected] For more options, visit this group at 
http://groups.google.com/group/cake-php

Reply via email to