Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

16.0 mig auth sms #1

Draft
wants to merge 49 commits into
base: 16.0
Choose a base branch
from
Draft

16.0 mig auth sms #1

wants to merge 49 commits into from

Conversation

ntsirintanis
Copy link

No description provided.

flotho and others added 30 commits December 23, 2023 22:55
Currently translated at 100.0% (18 of 18 strings)

Translation: server-auth-16.0/server-auth-16.0-auth_api_key
Translate-URL: https://translation.odoo-community.org/projects/server-auth-16-0/server-auth-16-0-auth_api_key/it/
Signed-off-by sbidoul
To show the button up, it is requiring a getter that is not defined on
vault field. So the getter is added and make the button works correctly.

Steps to reproduce the problem:

1. Go to Vault
2. Enter/Create a Vault
3. Press on entries
4. Access/Create a entry with a field

The button with external link is not showed
Signed-off-by pedrobaeza
Co-authored-by: Kévin Roche <[email protected]>
Signed-off-by rvalyi
Currently translated at 100.0% (26 of 26 strings)

Translation: server-auth-16.0/server-auth-16.0-impersonate_login
Translate-URL: https://translation.odoo-community.org/projects/server-auth-16-0/server-auth-16-0-impersonate_login/it/
…ssword_write_date value.

It happens that when you install the module, all the users that previously existed before that won't have a value set for the new field password_write_date.
And when the validation of minimal hours has passed between the last password write date and now is done, it gets an error of unsupported operands between a bool and timedelta.
With this change, it won't be necessary to validate the last password date if it's the first time reseting password, and when the password is changed it will correctly save the value on password_write_date and will be working normally afterwards.
Signed-off-by moylop260
…g users that don't have it. This fixes the password expiration date and other validations that require an existing value for password update date.

[IMP] password_security: Simplify validation on password reset.
…g users that don't have it. This fixes the password expiration date and other validations that require an existing value for password update date.

[IMP] password_security: Simplify validation on password reset.
Signed-off-by moylop260
The group mapping in query mode fails if LDAP returns binary data in any
of the fields. This adds a function that handles such situation by
base64 encoding it.
The new test test_users_ldap_groups_ldap_returns_binary_data covers
the common case where LDAP return binary data in thumbnailPhoto.
OCA-git-bot and others added 5 commits September 23, 2024 06:13
Signed-off-by pedrobaeza
Signed-off-by sbidoul
Currently translated at 100.0% (18 of 18 strings)

Translation: server-auth-16.0/server-auth-16.0-auth_oauth_ropc
Translate-URL: https://translation.odoo-community.org/projects/server-auth-16-0/server-auth-16-0-auth_oauth_ropc/it/
@NL66278 NL66278 force-pushed the 16.0-mig-auth_sms branch 5 times, most recently from 366a4af to c1b5cd3 Compare November 13, 2024 09:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.