Merge lp://staging/~camptocamp/ocb-addons/improve_auth_crypt-nbi into lp://staging/ocb-addons
Proposed by
Nicolas Bessi - Camptocamp
Status: | Merged |
---|---|
Approved by: | Stefan Rijnhart (Opener) |
Approved revision: | no longer in the source branch. |
Merged at revision: | 10145 |
Proposed branch: | lp://staging/~camptocamp/ocb-addons/improve_auth_crypt-nbi |
Merge into: | lp://staging/ocb-addons |
Diff against target: |
67 lines (+30/-6) 1 file modified
auth_crypt/auth_crypt.py (+30/-6) |
To merge this branch: | bzr merge lp://staging/~camptocamp/ocb-addons/improve_auth_crypt-nbi |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Laurent Mignon (Acsone) (community) | Approve | ||
Holger Brunn (Therp) | code review | Approve | |
Stefan Rijnhart (Opener) | Pending | ||
Alexandre Fayolle - camptocamp | code review, no test | Pending | |
Nicolas Bessi - Camptocamp | Pending | ||
Review via email: mp+211750@code.staging.launchpad.net |
This proposal supersedes a proposal from 2014-02-14.
Description of the change
(Improve module auth_crypt use sha256 by default to encrypt password. The modification keeps retro compatibility.) REMOVED as OpenERP will not merge this part
Add an init function on res.users to encrypt all passwords when installing module and avoid plain password for deactivated users.
To post a comment you must log in.
code LGTM. Not tested.