Authentication dummy is a module developed to work with Tryton ERP. This module allow to login tryton without password in order to make work easier in development mode.
Authentication dummy is very simple:
- Add this module to your dependencies.
- Set authentication dummy in sessions section in your tryton config file.
[session]
authentications = dummy
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
See LICENSE
See COPYRIGHT