| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/server-tools |
| GIT | |
| GIT | https://github.com/OCA/server-tools.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/server-tools/tree/7.0/auth_generate_password |
| VERSION | |
| VERSION | 1.0.1 |
| CATEGORY | |
| CATEGORY | Tools |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | GRAP |
| MAINTAINERS | |
| MAINTAINERS | GRAP |
| COMMITTERS | |
| COMMITTERS | Holger Brunn, Sylvain LE GAL |
| WEBSITE | |
| WEBSITE | http://www.grap.coop |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:07:15 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - email_template - base - base_setup - web_kanban - web |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION |
Password Secure
===============
Functionnality:
---------------
* Forbid users to change them password;
* Only members of base.group_system can change password; OK.
* Add a button to the res_users form:
* to change the password (randomly generated);
* send an email to each users;
Settings:
---------
* Once the module installed, you have to set two settings:
* password size: the size of the password generated (6 by default);
* password chars: the list of allowed chars (by default ASCII letters
and digits); You can:
* set a list of chars like 'abcdef';
* use string function like string.ascii_letters;
* Be sure that an Outgoing Email Server is correctly configured;
Roadmap
-------
* When porting this module, please remove the feature that forbid users to
change them password, as another module 'password_change_restrict' exists in
V8 serie : https://github.com/OCA/server-tools/pull/249
Copyright, Author and Licence :
-------------------------------
* Copyright : 2014, Groupement Regional Alimentaire de Proximite;
* Author : Sylvain LE GAL (https://twitter.com/legalsylvain);
* Licence : AGPL-3 (http://www.gnu.org/licenses/)
|
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_res_users_form |
res.users | button | Inherits base.view_users_form_simple_modif | |
view_res_users_tree |
res.users | field | Inherits base.view_users_tree |
No new fields.
Public methods (1)generate_password(self, cr, uid, ids, context=None)