Changelog
=========

1.4.3 (2013-12-12)
------------------

- Fix "UnboundLocalError: local variable 'username' referenced before
  assignment" in notifyCooptationToUser.
  [vincentfretin]


1.4.2 (2013-09-25)
------------------

- Don't send password in the mail but a link to choose the password.
  [vincentfretin]


1.4.1 (2013-04-01)
------------------

- Fixed edb_entite property handling.
  [vincentfretin]


1.4 (2013-03-27)
----------------

- Changed title of done state from Done to Accepted.
  [vincentfretin]

- Added a "welcome message" field. The paragraph is inserted into the mail sent 
  to the user if the cooptation is accepted. The user now know who asked
  the account creation.
  [vincentfretin]


1.3 (2012-06-20)
----------------

- Save additional properties on cooptation object that will be set on the
  created user.
  Properties defined in additional_memberdata.pt should get the value
  from the context and fallback to the request and then on member property.
  [vincentfretin]


1.2.1 (2011-12-22)
------------------

- Added use-macro password_notification_bottom to
  cooptation_password_notification mail, so you can add some paragraphs to the
  mail by adding a cooptation_macros.pt file in your own addon.
  [vincentfretin]


1.2 (2011-09-22)
----------------

- Remove Copy or Move permission for everyone on portal_cooptations,
  this actually remove the copy action from the menu on a cooptation.
  [vincentfretin]

- Added workspace and role hidden fields to cooptation. A new @@addcooptation
  use those new fields. The created user is added to a group for the
  specified role on the workspace.
  Added a "go back" link if workspace field exist.
  [vincentfretin]

- Fixed cooptation edit template for Plone 4.
  [vincentfretin]


1.1 (2010-10-22)
----------------

- Use site name in user creation notification email.

1.0.17 (2009-05-06)
-------------------

- Initial release

