blob: cedc2caf5e3777e3ddfb44e4d9660d10ff9c93bc (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
{
'name': "Password Policy support for Signup",
'depends': ['auth_password_policy', 'auth_signup'],
'category': 'Hidden/Tools',
'auto_install': True,
'data': [
'views/assets.xml',
'views/signup_templates.xml',
],
'license': 'LGPL-3',
}
|