Metadata-Version: 2.1
Name: trytoncalidae_authentication_dummy
Version: 7.2.0
Summary: Authenticate without password
Home-page: https://github.com/calidae/
Download-URL: https://github.com/calidae/authentication_dummy
Author: Calidae
Author-email: dev@calidae.com
License: GPL-3
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Plugins
Classifier: Framework :: Tryton
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Financial and Insurance Industry
Classifier: Intended Audience :: Legal Industry
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Natural Language :: Bulgarian
Classifier: Natural Language :: Catalan
Classifier: Natural Language :: Czech
Classifier: Natural Language :: Dutch
Classifier: Natural Language :: English
Classifier: Natural Language :: French
Classifier: Natural Language :: German
Classifier: Natural Language :: Hungarian
Classifier: Natural Language :: Italian
Classifier: Natural Language :: Portuguese (Brazilian)
Classifier: Natural Language :: Russian
Classifier: Natural Language :: Slovenian
Classifier: Natural Language :: Spanish
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Office/Business
License-File: LICENSE
Requires-Dist: trytond <7.3,>=7.2
Provides-Extra: test

# Authentication Dummy

Authentication dummy is a module developed to work with [Tryton ERP](https://www.tryton.org/).
This module allow to login tryton without password in order to make work easier in development mode.

## How does it work?

Authentication dummy is very simple:
1. Add this module to your dependencies.
2. Set authentication dummy in sessions section in your tryton config file.

```bash
[session]
authentications = dummy
```

## Support

If you encounter any problems with Tryton, please don't hesitate to ask
questions on the Tryton bug tracker, mailing list, wiki or IRC channel:

  http://bugs.tryton.org/
  http://groups.tryton.org/
  http://wiki.tryton.org/
  irc://irc.freenode.net/tryton

## License

See LICENSE

## Copyright

See COPYRIGHT
