Can you try this:

Edit the parameters_<portnum>.py file that was created and prepend 'md5$$' 
to the string of alphanum characters.
So it should now read (where the dots are the original text):
password='md5$$...........................................' 

then stop and restart your app and see if you can login.

I'm just wondering if web2py is interpreting the hash as pbkdf2 instead of 
md5 (which is what the script creates).



-- 
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/b7816981-5e2b-4792-8991-a7e60d95c547o%40googlegroups.com.

Reply via email to