why did you choose to migrate to flask?

On Monday, March 16, 2015 at 4:38:40 PM UTC-5, Júlia Rizza wrote:
>
> Hello,
>
> I'm migrating an app from web2py to Flask and I want to use Werkzeug 
> Security to manage the users passwords, but there is a conflict between the 
> passwords hashes of web2py and Werkzeug.
>
> Werzeug hash:
>
> pbkdf2:sha512:1000$salt$hash
>
> Web2py hash:
>
> pbkdf2(1000, 20, sha512)$salt$hash
>
> I can't find a way to migrate the hashes and make Werkzeug understand them.
>
> Can anybody help me?
>

-- 
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/d/optout.

Reply via email to