I have a legacy Django app that is due for a major overhaul. Instead of continuing to use Django I would really like to make the switch to use web2py instead. The only thing that's holding me back is the existing app has several hundred Django user accounts that need to be migrated. I'm unable to figure out how to have web2py authenticate passwords generated by Django.
>From what I could find, Django saves passwords in the following format: algorithm + iterations + salt + base64 encoded hash ex: "pbkdf2_sha256$10000$FL21dN1vykVF$SUkANu/eKdKeUeT5lYr06aMpC5/T0vrBDo/iSy+ExyI=" Does anyone have any suggestions as to how I can get web2py to authenticate user accounts with passwords in this format? -- 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. For more options, visit https://groups.google.com/groups/opt_out.