[12.0][MIG] auth_admin_passkey - #116
Closed
fkantelberg wants to merge 53 commits into
Closed
fkantelberg wants to merge 53 commits into
fkantelberg wants to merge 53 commits into
Conversation
fkantelberg
force-pushed
the
12.0_mig_auth_admin_passkey
branch
from
June 28, 2019 13:07
23d6655 to
58cefeb
Compare
|
just tested it , working fine . |
…n with any login and his password.
… user_id == SUPERUSER_ID. (Courtesy of Stefan Rijnhart).
…same password as the admin user, sending a mail to admin user.
…llation of modules 'auth_admin_passkey' and 'auth_crypt'. (Courtesy of Stefan Rijnhart).
…[REF] res_users.py : same call to self.pool in other res_users class.
…regression;
this fixes an issue reported on Transifex
Remove authenticate as check_credentials is dedicated for this purpose. Removed mail translations maybe possible in some way ? Give some space to the code Make the addon compliant to OCA guidelines Adapt readme to new template and compress header in tests Make the addon a python package NOTE: authenticate() method cannot be used in tests because a new cr is created in _login method that does not contains our user. Signed-off-by: Eugen Don <eugen.don@don-systems.de>
…email. If a normal user and the administrator have the same password, an AccessError is raised (email of the admin account can not be read) and no security alert is sent by email
* [FIX] AccessError sending mail
Currently translated at 90.9% (10 of 11 strings) Translation: server-tools-10.0/server-tools-10.0-auth_admin_passkey Translate-URL: https://translation.odoo-community.org/projects/server-tools-10-0/server-tools-10-0-auth_admin_passkey/pt/
fkantelberg
force-pushed
the
12.0_mig_auth_admin_passkey
branch
from
July 8, 2019 11:37
58cefeb to
86f4358
Compare
fkantelberg
force-pushed
the
12.0_mig_auth_admin_passkey
branch
from
July 12, 2019 11:12
86f4358 to
f0e3ce5
Compare
Contributor
|
When using this PR, we get this warning in the logs of Odoo: |
Member
Author
|
@alexis-via Should be removed now. |
|
Should we merge ? |
Member
Author
|
As promised the suggested improvement regarding the GDPR in #129. |
SiesslPhillip
pushed a commit
to grueneerde/OCA-server-auth
that referenced
this pull request
Nov 20, 2024
Syncing from upstream OCA/server-auth (12.0)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hi,
this is the migration of the auth_admin_passkey from v10.
Because of the concerns regarding to the GDPR from the mailing list I'll try to suggest some further improvements in a following PR.