Hi Leslie,

Yes, it's the check-credentials not working. I have to return a t
(true) to make login authenticated.

I've tried this as well but not working:

(defun check-credentials (email password)
  (and (string= email "[email protected]")
         (string= password "123")))

I am just putting up some default values to see if it matches.

thanks...

On Aug 24, 3:37 pm, "Leslie P. Polzer" <[email protected]>
wrote:
> Hey Steven,
>
> what part of it does not work? Does check-credentials return correct
> results?
>
>   Leslie

-- 
You received this message because you are subscribed to the Google Groups 
"weblocks" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/weblocks?hl=en.

Reply via email to