[mezzanine-users] Uploadify swf versus fileuploader.js

2014-04-16 Thread Matthew Summers
Hello, I'm just curious if anyone has tried replacing the flash-based filebrowser-safe uploader with the JS-based uploader from filebrowser? It appears that the successor to fileuploader.js is called fine-uploader, but you gotta build it yourself if you want to use it for free. Looks easy enough.

[mezzanine-users] Mezzanine reset password

2014-04-16 Thread Radomir Wojcik
I think the reset password function is broken in mezzanine, probably because django now uses 64 bit, not 36 bit uidb: def password_reset_verify(request, uidb36=None, token=None): user = authenticate(uidb36=uidb36, token=token, is_active=True) if user is not None:

Re: [mezzanine-users] Mezzanine reset password

2014-04-16 Thread Stephen McDonald
Please check the latest unreleased version on github, I believe this is resolved. On Thu, Apr 17, 2014 at 4:40 AM, Radomir Wojcik radzh...@gmail.com wrote: I think the reset password function is broken in mezzanine, probably because django now uses 64 bit, not 36 bit uidb: def

Re: [mezzanine-users] Mezzanine reset password

2014-04-16 Thread Radomir Wojcik
Just tested looks good! Thanks! On Wednesday, 16 April 2014 16:27:26 UTC-4, Stephen McDonald wrote: Please check the latest unreleased version on github, I believe this is resolved. On Thu, Apr 17, 2014 at 4:40 AM, Radomir Wojcik radz...@gmail.comjavascript: wrote: I think the reset