mirror of
https://github.com/bringout/oca-ocb-security.git
synced 2026-04-20 15:12:05 +02:00
28 lines
392 B
Markdown
28 lines
392 B
Markdown
# Signup
|
|
|
|
|
|
Allow users to sign up and reset their password
|
|
===============================================
|
|
|
|
|
|
## Installation
|
|
|
|
```bash
|
|
pip install odoo-bringout-oca-ocb-auth_signup
|
|
```
|
|
|
|
## Dependencies
|
|
|
|
- base_setup
|
|
- mail
|
|
- web
|
|
|
|
## Source
|
|
|
|
- Repository: https://github.com/OCA/OCB
|
|
- Branch: 19.0
|
|
- Path: addons/auth_signup
|
|
|
|
## License
|
|
|
|
This package preserves the original LGPL-3 license.
|