Skip to content

Commit

Permalink
allow membane user behavior to be used on all IMember providers (rath…
Browse files Browse the repository at this point in the history
…er than just the example type)
  • Loading branch information
petri committed Apr 27, 2016
1 parent 7edf29d commit eb22986
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions dexterity/membrane/behavior/configure.zcml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,13 @@
provides=".user.IMembraneUser"
marker=".user.IMembraneUser"
factory=".user.DxUserObject"
for="dexterity.membrane.content.member.IEmail"
/>

<plone:behavior
title="Name from full name"
description="Use the full name as name (basis for the id)"
provides=".user.INameFromFullName"
factory=".user.NameFromFullName"
for="dexterity.membrane.content.member.IMember"
/>

<plone:behavior
Expand Down

0 comments on commit eb22986

Please sign in to comment.