Georges Racinet a écrit :

More encryption schemes can be implemented upon request (especially if you provide an encryption function).

I think md5 would be nice too and it's in the standard library :

http://docs.python.org/lib/module-md5.html

Other hash functions might require external dependencies.

Also worth of notice: all attempts to fetch the user's password from CPS will return an empty string. This is primarily to ensure protection against loops of rehashing that could corrupt your user database, but we believe it's a good thing in itself.
A side effect is that empty passwords are banned.

Empty password where already banned with LDAP before since some server switch automatically to the anonymous mode when you don't provide a password, even with a non-empty login field.

--
Olivier

_______________________________________________
cps-devel mailing list
http://lists.nuxeo.com/mailman/listinfo/cps-devel

Reply via email to