Hi

I'm looking to modify my web2py login to do a poor man's 2 factor auth.

I would like my login to proceed like this:

1. present login page
2. user fills out username/password and submits
3. if username/password match proceed to step 4  - if not, re-display login 
page
4. send sms message with random 6 digit code to the user cell phone
5. pop up screen for user to enter the 6 digit code
6. If the code matches the generated code then set the user as logged in - 
if it doesn't match, then the user is not logged in

Has anyone done anything like this before? I'm trying to figure out how to 
pop up the additional screen and take input before marking user as logged 
in.  

-Jim

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/web2py/a08d2940-f2ce-477f-856d-0f3f0a7aa798n%40googlegroups.com.

Reply via email to