Skip to content

Commit

Permalink
Merge pull request OCA#383 from OCA/16.0
Browse files Browse the repository at this point in the history
Syncing from upstream OCA/server-auth (16.0)
  • Loading branch information
bt-admin authored Oct 10, 2023
2 parents fb4742f + 2d92583 commit c2f3951
Show file tree
Hide file tree
Showing 131 changed files with 1,251 additions and 1,512 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ addon | version | maintainers | summary
[auth_jwt](auth_jwt/) | 16.0.1.1.0 | [![sbidoul](https://github.com/sbidoul.png?size=30px)](https://github.com/sbidoul) | JWT bearer token authentication.
[auth_jwt_demo](auth_jwt_demo/) | 16.0.1.1.0 | [![sbidoul](https://github.com/sbidoul.png?size=30px)](https://github.com/sbidoul) | Test/demo module for auth_jwt.
[auth_ldaps](auth_ldaps/) | 16.0.1.0.0 | | Allows to use LDAP over SSL authentication
[auth_oidc](auth_oidc/) | 16.0.1.0.0 | [![sbidoul](https://github.com/sbidoul.png?size=30px)](https://github.com/sbidoul) | Allow users to login through OpenID Connect Provider
[auth_oidc](auth_oidc/) | 16.0.1.0.1 | [![sbidoul](https://github.com/sbidoul.png?size=30px)](https://github.com/sbidoul) | Allow users to login through OpenID Connect Provider
[auth_oidc_environment](auth_oidc_environment/) | 16.0.1.0.0 | | This module allows to use server env for OIDC configuration
[auth_saml](auth_saml/) | 16.0.1.0.2 | [![vincent-hatakeyama](https://github.com/vincent-hatakeyama.png?size=30px)](https://github.com/vincent-hatakeyama) | SAML2 Authentication
[auth_session_timeout](auth_session_timeout/) | 16.0.1.0.0 | | This module disable all inactive sessions since a given delay
Expand Down
61 changes: 10 additions & 51 deletions auth_admin_passkey/i18n/ar.po
Original file line number Diff line number Diff line change
Expand Up @@ -20,72 +20,31 @@ msgstr ""
"&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"

#. module: auth_admin_passkey
#: code:addons/auth_admin_passkey/models/res_users.py:64
#. odoo-python
#: code:addons/auth_admin_passkey/models/res_users.py:0
#, python-format
msgid "<pre>User with login '%s' has the same password as you.</pre>"
msgid "Passkey used"
msgstr ""

#. module: auth_admin_passkey
#: code:addons/auth_admin_passkey/models/res_users.py:39
#. odoo-python
#: code:addons/auth_admin_passkey/models/res_users.py:0
#, python-format
msgid ""
"Admin user used his passkey to login with '%s'.\n"
"System Administrator user used his passkey to login with %(login)s.\n"
"\n"
"\n"
"\n"
"Technicals informations belows : \n"
"\n"
"- Login date : %s\n"
"- Login date : %(login_date)s\n"
"\n"
msgstr ""

#. module: auth_admin_passkey
#: model:ir.ui.view,arch_db:auth_admin_passkey.view_res_config_settings
msgid "Passkey"
msgstr ""

#. module: auth_admin_passkey
#: code:addons/auth_admin_passkey/models/res_users.py:38
#, python-format
msgid "Passkey used"
msgstr ""

#. module: auth_admin_passkey
#: model:ir.model.fields,field_description:auth_admin_passkey.field_base_config_settings_auth_admin_passkey_send_to_admin
msgid "Send email to admin user."
msgstr ""

#. module: auth_admin_passkey
#: model:ir.model.fields,field_description:auth_admin_passkey.field_base_config_settings_auth_admin_passkey_send_to_user
msgid "Send email to user."
msgstr ""

#. module: auth_admin_passkey
#: model:ir.model,name:auth_admin_passkey.model_res_users
msgid "Users"
msgstr "المستخدمون"

#. module: auth_admin_passkey
#: model:ir.model.fields,help:auth_admin_passkey.field_base_config_settings_auth_admin_passkey_send_to_user
msgid ""
"When the administrator use his password to login in with a different "
"account, Odoo will send an email to the account user."
msgstr ""

#. module: auth_admin_passkey
#: model:ir.model.fields,help:auth_admin_passkey.field_base_config_settings_auth_admin_passkey_send_to_admin
msgid ""
"When the administrator use his password to login in with a different "
"account, Odoo will send an email to the admin user."
msgid "User"
msgstr ""

#. module: auth_admin_passkey
#: code:addons/auth_admin_passkey/models/res_users.py:62
#, python-format
msgid "[WARNING] Odoo Security Risk"
msgstr ""

#. module: auth_admin_passkey
#: model:ir.model,name:auth_admin_passkey.model_base_config_settings
msgid "base.config.settings"
msgstr ""
#~ msgid "Users"
#~ msgstr "المستخدمون"
61 changes: 10 additions & 51 deletions auth_admin_passkey/i18n/ca.po
Original file line number Diff line number Diff line change
Expand Up @@ -19,72 +19,31 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n"

#. module: auth_admin_passkey
#: code:addons/auth_admin_passkey/models/res_users.py:64
#. odoo-python
#: code:addons/auth_admin_passkey/models/res_users.py:0
#, python-format
msgid "<pre>User with login '%s' has the same password as you.</pre>"
msgid "Passkey used"
msgstr ""

#. module: auth_admin_passkey
#: code:addons/auth_admin_passkey/models/res_users.py:39
#. odoo-python
#: code:addons/auth_admin_passkey/models/res_users.py:0
#, python-format
msgid ""
"Admin user used his passkey to login with '%s'.\n"
"System Administrator user used his passkey to login with %(login)s.\n"
"\n"
"\n"
"\n"
"Technicals informations belows : \n"
"\n"
"- Login date : %s\n"
"- Login date : %(login_date)s\n"
"\n"
msgstr ""

#. module: auth_admin_passkey
#: model:ir.ui.view,arch_db:auth_admin_passkey.view_res_config_settings
msgid "Passkey"
msgstr ""

#. module: auth_admin_passkey
#: code:addons/auth_admin_passkey/models/res_users.py:38
#, python-format
msgid "Passkey used"
msgstr ""

#. module: auth_admin_passkey
#: model:ir.model.fields,field_description:auth_admin_passkey.field_base_config_settings_auth_admin_passkey_send_to_admin
msgid "Send email to admin user."
msgstr ""

#. module: auth_admin_passkey
#: model:ir.model.fields,field_description:auth_admin_passkey.field_base_config_settings_auth_admin_passkey_send_to_user
msgid "Send email to user."
msgstr ""

#. module: auth_admin_passkey
#: model:ir.model,name:auth_admin_passkey.model_res_users
msgid "Users"
msgstr "Usuaris"

#. module: auth_admin_passkey
#: model:ir.model.fields,help:auth_admin_passkey.field_base_config_settings_auth_admin_passkey_send_to_user
msgid ""
"When the administrator use his password to login in with a different "
"account, Odoo will send an email to the account user."
msgstr ""

#. module: auth_admin_passkey
#: model:ir.model.fields,help:auth_admin_passkey.field_base_config_settings_auth_admin_passkey_send_to_admin
msgid ""
"When the administrator use his password to login in with a different "
"account, Odoo will send an email to the admin user."
msgid "User"
msgstr ""

#. module: auth_admin_passkey
#: code:addons/auth_admin_passkey/models/res_users.py:62
#, python-format
msgid "[WARNING] Odoo Security Risk"
msgstr ""

#. module: auth_admin_passkey
#: model:ir.model,name:auth_admin_passkey.model_base_config_settings
msgid "base.config.settings"
msgstr ""
#~ msgid "Users"
#~ msgstr "Usuaris"
61 changes: 10 additions & 51 deletions auth_admin_passkey/i18n/da.po
Original file line number Diff line number Diff line change
Expand Up @@ -19,72 +19,31 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n"

#. module: auth_admin_passkey
#: code:addons/auth_admin_passkey/models/res_users.py:64
#. odoo-python
#: code:addons/auth_admin_passkey/models/res_users.py:0
#, python-format
msgid "<pre>User with login '%s' has the same password as you.</pre>"
msgid "Passkey used"
msgstr ""

#. module: auth_admin_passkey
#: code:addons/auth_admin_passkey/models/res_users.py:39
#. odoo-python
#: code:addons/auth_admin_passkey/models/res_users.py:0
#, python-format
msgid ""
"Admin user used his passkey to login with '%s'.\n"
"System Administrator user used his passkey to login with %(login)s.\n"
"\n"
"\n"
"\n"
"Technicals informations belows : \n"
"\n"
"- Login date : %s\n"
"- Login date : %(login_date)s\n"
"\n"
msgstr ""

#. module: auth_admin_passkey
#: model:ir.ui.view,arch_db:auth_admin_passkey.view_res_config_settings
msgid "Passkey"
msgstr ""

#. module: auth_admin_passkey
#: code:addons/auth_admin_passkey/models/res_users.py:38
#, python-format
msgid "Passkey used"
msgstr ""

#. module: auth_admin_passkey
#: model:ir.model.fields,field_description:auth_admin_passkey.field_base_config_settings_auth_admin_passkey_send_to_admin
msgid "Send email to admin user."
msgstr ""

#. module: auth_admin_passkey
#: model:ir.model.fields,field_description:auth_admin_passkey.field_base_config_settings_auth_admin_passkey_send_to_user
msgid "Send email to user."
msgstr ""

#. module: auth_admin_passkey
#: model:ir.model,name:auth_admin_passkey.model_res_users
msgid "Users"
msgstr "Brugere"

#. module: auth_admin_passkey
#: model:ir.model.fields,help:auth_admin_passkey.field_base_config_settings_auth_admin_passkey_send_to_user
msgid ""
"When the administrator use his password to login in with a different "
"account, Odoo will send an email to the account user."
msgstr ""

#. module: auth_admin_passkey
#: model:ir.model.fields,help:auth_admin_passkey.field_base_config_settings_auth_admin_passkey_send_to_admin
msgid ""
"When the administrator use his password to login in with a different "
"account, Odoo will send an email to the admin user."
msgid "User"
msgstr ""

#. module: auth_admin_passkey
#: code:addons/auth_admin_passkey/models/res_users.py:62
#, python-format
msgid "[WARNING] Odoo Security Risk"
msgstr ""

#. module: auth_admin_passkey
#: model:ir.model,name:auth_admin_passkey.model_base_config_settings
msgid "base.config.settings"
msgstr ""
#~ msgid "Users"
#~ msgstr "Brugere"
Loading

0 comments on commit c2f3951

Please sign in to comment.