You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

80 lines
2.1 KiB

  1. .. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg
  2. :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
  3. :alt: License: AGPL-3
  4. ====================
  5. Auth Admin - Passkey
  6. ====================
  7. This module extends the functionality of users module to support loging in with the administrator password
  8. in other user accounts.
  9. * Administrator has now the possibility to login in with any login;
  10. * By default, Odoo will send a mail to user and admin to indicate them;
  11. * If a user and the admin have the same password, admin will be informed;
  12. Configuration
  13. =============
  14. To enable notifications for login attempts, you need to:
  15. Go to Settings > General Settings.
  16. Enable the "Send email to admin user" and / or "Send email to user" checkbox
  17. Usage
  18. =====
  19. To login into a different user account type in the user name of the account and the password of the administrator at the login screen
  20. .. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
  21. :alt: Try me on Runbot
  22. :target: https://runbot.odoo-community.org/runbot/149/10.0
  23. Known issues / Roadmap
  24. ======================
  25. None
  26. Bug Tracker
  27. ===========
  28. Bugs are tracked on `GitHub Issues
  29. <https://github.com/OCA/server-tools/issues>`_. In case of trouble, please
  30. check there if your issue has already been reported. If you spotted it first,
  31. help us smash it by providing detailed and welcomed feedback.
  32. Credits
  33. =======
  34. Images
  35. ------
  36. * Odoo Community Association: `Icon <https://github.com/OCA/maintainer-tools/blob/master/template/module/static/description/icon.svg>`_.
  37. Contributors
  38. ------------
  39. * Eugen Don <eugen.don@don-systems.de>
  40. * Alexandre Papin (https://twitter.com/Fenkiou)
  41. * Sylvain LE GAL (https://twitter.com/legalsylvain)
  42. Maintainer
  43. ----------
  44. .. image:: https://odoo-community.org/logo.png
  45. :alt: Odoo Community Association
  46. :target: https://odoo-community.org
  47. This module is maintained by the OCA.
  48. OCA, or the Odoo Community Association, is a nonprofit organization whose
  49. mission is to support the collaborative development of Odoo features and
  50. promote its widespread use.
  51. To contribute to this module, please visit https://odoo-community.org.