Skip to content

Commit

Permalink
[IMP] merge auth_crypt into base
Browse files Browse the repository at this point in the history
* store hashed passwords in the `password` column but gate it behind a
  computed field
* make the password field essentially write-only (SQL aside)
* add a "plaintext" hash type so it's possible to set the password in
  SQL directly & be able to login & have it automatically updated

Task 34211
  • Loading branch information
xmo-odoo committed May 24, 2018
1 parent cb86826 commit a06066b
Show file tree
Hide file tree
Showing 79 changed files with 77 additions and 2,185 deletions.
3 changes: 0 additions & 3 deletions addons/auth_crypt/__init__.py

This file was deleted.

39 changes: 0 additions & 39 deletions addons/auth_crypt/__manifest__.py

This file was deleted.

29 changes: 0 additions & 29 deletions addons/auth_crypt/i18n/af.po

This file was deleted.

26 changes: 0 additions & 26 deletions addons/auth_crypt/i18n/am.po

This file was deleted.

30 changes: 0 additions & 30 deletions addons/auth_crypt/i18n/ar.po

This file was deleted.

27 changes: 0 additions & 27 deletions addons/auth_crypt/i18n/auth_crypt.pot

This file was deleted.

26 changes: 0 additions & 26 deletions addons/auth_crypt/i18n/bg.po

This file was deleted.

28 changes: 0 additions & 28 deletions addons/auth_crypt/i18n/bn.po

This file was deleted.

29 changes: 0 additions & 29 deletions addons/auth_crypt/i18n/bs.po

This file was deleted.

29 changes: 0 additions & 29 deletions addons/auth_crypt/i18n/ca.po

This file was deleted.

26 changes: 0 additions & 26 deletions addons/auth_crypt/i18n/cs.po

This file was deleted.

29 changes: 0 additions & 29 deletions addons/auth_crypt/i18n/da.po

This file was deleted.

30 changes: 0 additions & 30 deletions addons/auth_crypt/i18n/de.po

This file was deleted.

30 changes: 0 additions & 30 deletions addons/auth_crypt/i18n/el.po

This file was deleted.

Loading

0 comments on commit a06066b

Please sign in to comment.