Hey Anthony:

Q
>How does someone arrive at your login page? Is it via the "Login" link 
generated by the auth.navbar()?

A:

I have tested a few ways... here are my findings

*Method 1*
- From home page, 
   
http://127.0.0.1:8000/AuthRedirect/default/user/login?_next=/AuthRedirect/default/index
  Click on Login menu, then Login (ie via the "Login" link generated by the 
auth.navbar() )
  This takes me to the Login screen with this URL at top:
  
http://127.0.0.1:8000/AuthRedirect/default/user/login?_next=/AuthRedirect/default/index
 


*Method 2*
- Say I'm on the Login page, and press login again, 
 (via the "Login" link generated by the auth.navbar())

  This takes me to the Login screen with the URL at top:
   http://127.0.0.1:8000/AuthRedirect/default/user/login

*Method 3*
- if I come from CNN.com, and Paste the login URL, it behaves as Method 2 
above.

---
but the good news, is all of these will take me to the PROFILE page, which 
is what I want.


------
I hope that answers your questions... the only thing that was throwing me 
off, is when I saw the  URL:
   
http://127.0.0.1:8000/AuthRedirect/default/user/login?_next=/AuthRedirect/default/index
 

I didn't expect to be redirected to PROFILE page.


Thanks..

Rob


-- 



Reply via email to