[FIX]event:typo
[odoo/odoo.git] / addons / auth_reset_password / __openerp__.py
1 {
2     'name': 'Reset Password',
3     'description': """
4 Allow users to reset their password from the login page.
5 ========================================================
6 """,
7     'author': 'OpenERP SA',
8     'version': '1.0',
9     'category': 'Authentication',
10     'website': 'http://www.openerp.com',
11     'installable': True,
12     'depends': ['auth_anonymous', 'email_template'],
13     'data': ['auth_reset_password.xml'],
14     'js': ['static/src/js/reset_password.js'],
15     'css': ['static/src/css/reset_password.css'],
16     'qweb': ['static/src/xml/reset_password.xml'],
17 }