Metadata-Version: 2.1
Name: odoo11-addon-cms-account-form
Version: 11.0.1.0.2.99.dev3
Summary: CMS replacement for user's account form.
Home-page: UNKNOWN
Author: Camptocamp,Odoo Community Association (OCA)
Author-email: support@odoo-community.org
License: LGPL-3
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Framework :: Odoo
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*
Requires-Dist: odoo11-addon-cms-form
Requires-Dist: odoo (<11.1dev,>=11.0a)
Requires-Dist: validate-email

.. image:: https://img.shields.io/badge/licence-lgpl--3-blue.svg
   :target: http://www.gnu.org/licenses/LGPL-3.0-standalone.html
   :alt: License: LGPL-3

================
CMS account form
================

Replace portal user's account form
with a specific `CMS form <../cms_form>`_.

Features
--------

* full control on fields and their validation
* full control on form behavior
* full test coverage

Additionally:

* validate email
* if email is changed:
   * update user's login (yes, Odoo does that w/out notifying the user!)
   * force logout
   * for reset email password to validate new email

In a basic Odoo installation the form will look like:

 .. image:: ./images/cms_account_form_preview.png


Known issues / Roadmap
======================

Wishlist
--------

* send notification to initial email address
  to make sure the user is aware of the update
* use a 2 steps verification token and avoid resetting password
* show a nice confirmation dialog before submitting

Full comments https://github.com/OCA/website-cms/pull/38.


Bug Tracker
===========

Bugs are tracked on `GitHub Issues <https://github.com/OCA/website-cms/issues>`_. In
case of trouble, please check there if your issue has already been
reported. If you spotted it first, help us smashing it by providing a
detailed and welcomed feedback.

Credits
=======

Contributors
------------

- Simone Orsi <simone.orsi@camptocamp.com>


Funders
-------

The development of this module has been financially supported by: `Fluxdock.io <https://fluxdock.io>`_


Maintainer
----------

.. image:: https://odoo-community.org/logo.png
   :alt: Odoo Community Association
   :target: https://odoo-community.org

This module is maintained by the OCA.

OCA, or the Odoo Community Association, is a nonprofit organization
whose mission is to support the collaborative development of Odoo
features and promote its widespread use.

To contribute to this module, please visit https://odoo-community.org.


