Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
54 commits
Select commit Hold shift + click to select a range
dd0334a
[ADD] new module 'auth_admin_passkey' that allow admin user (uid=1) t…
legalsylvain Mar 17, 2014
3ce54f6
[IMP] move 'if' test to avoid useless call to check_credentials funct…
legalsylvain Mar 21, 2014
147e546
[IMP] 'auth_admin_passkey' : Manage the special case where an user ha…
legalsylvain Mar 23, 2014
c2efe6c
[ADD] 'auth_admin_passkey' : add '.pot' file.
legalsylvain Mar 23, 2014
683a3ec
[IMP] 'auth_admin_passkey' works now indepently from the order of the…
legalsylvain Mar 23, 2014
712adb5
[IMP] Emails are now translated.
legalsylvain Mar 23, 2014
654075f
[REF] Pep8 and import conventions.
legalsylvain Mar 23, 2014
1b9b9a3
[FIX] res_config.py : incorrect call. self.pool('xxx') -> self.pool['…
legalsylvain Mar 24, 2014
64812ee
[ADD] copyright information in all files.
legalsylvain Mar 31, 2014
48b9533
[REF] Pep8.
legalsylvain Mar 31, 2014
5d22a3b
[REF] change order in an algorithm;
legalsylvain Mar 31, 2014
0dfc6b7
[FIX] Incorrect import.
legalsylvain Mar 31, 2014
fcb9af1
[REF] typo.
legalsylvain Mar 31, 2014
fa02edb
[FIX] translation.
legalsylvain Apr 2, 2014
3ad3c2b
Launchpad automatic translations update.
Apr 9, 2014
0bc25ae
Launchpad automatic translations update.
Apr 17, 2014
68f2e07
Launchpad automatic translations update.
Apr 28, 2014
4aceaa8
[ADD] Test #6 to test the bug #1319391;
legalsylvain May 14, 2014
c5078e6
[FIX] bug #1319391;
legalsylvain May 14, 2014
93888f1
[REF] fix comments;
legalsylvain May 14, 2014
a4402a1
Launchpad automatic translations update.
May 24, 2014
d0f84c2
[REF] 'auth_admin_passkey': flake8.
legalsylvain Jul 3, 2014
d8001ee
move all modules to __unported__ on master branch and set installable…
sbidoul Jul 12, 2014
973c657
[CHG] auth_admin_passkey: migration to 8.0
anthony-muschang Dec 11, 2014
c045a6b
[CHG] auth_admin_passkey: move description to README.md
anthony-muschang Dec 15, 2014
672ef37
[CHG] auth_admin_passkey: rename README.md to README.rst
anthony-muschang Dec 15, 2014
84512d0
[IMP] auth_admin_passkey: Moved icon
pedrobaeza Jan 16, 2015
6882423
Add OCA as author of OCA addons
gurneyalex Mar 2, 2015
87ddc71
OCA Transbot updated translations from Transifex
oca-transbot Oct 5, 2015
d8349fa
[UPD] prefix versions with 8.0
sbidoul Oct 9, 2015
2cb1e00
[MIG] Make modules uninstallable
pedrobaeza Oct 14, 2015
099b0f3
[MIG] Rename manifest files
pedrobaeza Oct 6, 2016
db57412
OCA Transbot updated translations from Transifex
oca-transbot Jan 31, 2016
f02502f
auth_admin_passkey to new API (#519)
rvalyi Nov 22, 2016
6c3b989
OCA Transbot updated translations from Transifex
oca-transbot Nov 29, 2016
76f01e0
replace OpenERP with Odoo
gurneyalex Jan 10, 2017
acf93ed
OCA Transbot updated translations from Transifex
oca-transbot Jan 14, 2017
e8533c4
auth_admin_passkey bug #699
alexis-via Feb 28, 2017
b58b33b
crash when the options "Send email to ..." on the configuration page …
alexis-via Feb 28, 2017
0be1911
PEP8 fix
alexis-via Mar 2, 2017
fdf0016
OCA Transbot updated translations from Transifex
oca-transbot Mar 4, 2017
8f4597f
auth_admin_passkey: Migrate module for odoo 10
Fenkiou Mar 13, 2017
fc26ef9
OCA Transbot updated translations from Transifex
oca-transbot Aug 5, 2017
91439b1
[FIX] auth_admin_passkey: normal users are not able to read the admin…
sebalix Aug 10, 2017
ac0e340
OCA Transbot updated translations from Transifex
oca-transbot Dec 2, 2017
31d731d
OCA Transbot updated translations from Transifex
oca-transbot Mar 3, 2018
409d6f6
remove obsolete .pot files [ci skip]
sbidoul Jun 15, 2018
5718e85
[UPD] Update auth_admin_passkey.pot
oca-travis Jun 24, 2018
2c7127b
[FIX] auth_admin_passkey : AccessError sending mail (#1298)
legalsylvain Jun 25, 2018
ea5a557
Translated using Weblate (Portuguese)
pedrocs-exo Jul 30, 2018
98e49b4
[FIX] Import safe_eval function instead of module.
Jan 30, 2019
bfea5d7
[PORT] 12.0: auth_admin_passkey
legalsylvain Aug 9, 2019
cba7d65
[FIX] make password stronger to avoid error with password_security + …
legalsylvain Aug 9, 2019
64b2b4f
[FIX] rst syntax
legalsylvain Aug 13, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions auth_admin_passkey/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

1 change: 1 addition & 0 deletions auth_admin_passkey/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
from . import models
17 changes: 17 additions & 0 deletions auth_admin_passkey/__manifest__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Copyright (C) 2013-Today GRAP (http://www.grap.coop)
# @author Sylvain LE GAL (https://twitter.com/legalsylvain)
# License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html

{
'name': 'Authentification - System Administrator Passkey',
'summary': "Allows system administrator to authenticate with any account",
'version': '12.0.1.0.0',
'category': 'base',
'author': "GRAP,Odoo Community Association (OCA)",
'website': 'https://www.github.com/OCA/server-auth',
'license': 'AGPL-3',
'depends': [
'mail',
],
'installable': True,
}
91 changes: 91 additions & 0 deletions auth_admin_passkey/i18n/ar.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,91 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * auth_admin_passkey
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: server-tools (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-01-12 03:50+0000\n"
"PO-Revision-Date: 2017-01-11 15:36+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>\n"
"Language-Team: Arabic (http://www.transifex.com/oca/OCA-server-tools-8-0/"
"language/ar/)\n"
"Language: ar\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 "
"&& 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
#, python-format
msgid "<pre>User with login '%s' has the same password as you.</pre>"
msgstr ""

#. module: auth_admin_passkey
#: code:addons/auth_admin_passkey/models/res_users.py:39
#, python-format
msgid ""
"Admin user used his passkey to login with '%s'.\n"
"\n"
"\n"
"\n"
"Technicals informations belows : \n"
"\n"
"- 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."
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 ""
82 changes: 82 additions & 0 deletions auth_admin_passkey/i18n/auth_admin_passkey.pot
Original file line number Diff line number Diff line change
@@ -0,0 +1,82 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * auth_admin_passkey
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"Last-Translator: <>\n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: \n"

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

#. module: auth_admin_passkey
#: code:addons/auth_admin_passkey/models/res_users.py:39
#, python-format
msgid "Admin user used his passkey to login with '%s'.\n"
"\n"
"\n"
"\n"
"Technicals informations belows : \n"
"\n"
"- 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."
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 ""

90 changes: 90 additions & 0 deletions auth_admin_passkey/i18n/ca.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,90 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * auth_admin_passkey
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: server-tools (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-01-17 07:51+0000\n"
"PO-Revision-Date: 2015-09-18 13:53+0000\n"
"Last-Translator: <>\n"
"Language-Team: Catalan (http://www.transifex.com/oca/OCA-server-tools-8-0/"
"language/ca/)\n"
"Language: ca\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"

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

#. module: auth_admin_passkey
#: code:addons/auth_admin_passkey/models/res_users.py:39
#, python-format
msgid ""
"Admin user used his passkey to login with '%s'.\n"
"\n"
"\n"
"\n"
"Technicals informations belows : \n"
"\n"
"- 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."
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 ""
90 changes: 90 additions & 0 deletions auth_admin_passkey/i18n/da.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,90 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * auth_admin_passkey
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: server-tools (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-03-18 02:08+0000\n"
"PO-Revision-Date: 2015-09-18 13:53+0000\n"
"Last-Translator: <>\n"
"Language-Team: Danish (http://www.transifex.com/oca/OCA-server-tools-8-0/"
"language/da/)\n"
"Language: da\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"

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

#. module: auth_admin_passkey
#: code:addons/auth_admin_passkey/models/res_users.py:39
#, python-format
msgid ""
"Admin user used his passkey to login with '%s'.\n"
"\n"
"\n"
"\n"
"Technicals informations belows : \n"
"\n"
"- 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."
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 ""
Loading