معرفی شرکت ها


collective.local.adduser-1.5


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Allows to create a user and assign roles directly from the sharing tab. By Ecreall
ویژگی مقدار
سیستم عامل -
نام فایل collective.local.adduser-1.5
نام collective.local.adduser
نسخه کتابخانه 1.5
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Vincent Fretin
ایمیل نویسنده vincent.fretin@gmail.com
آدرس صفحه اصلی http://svn.plone.org/svn/collective/collective.local.adduser
آدرس اینترنتی https://pypi.org/project/collective.local.adduser/
مجوز GPL
Introduction ============ Allows to create a user and assign roles directly from the sharing tab for Plone >= 4.1. This can work with Plone 4.0.9 with plone.app.users > 1.0.6, < 1.1.x. Content types have just to implement IAddNewUser to have the functionnality. If you want to enable it for Folder, you only have to add to your buildout.cfg:: [instance] eggs = ... collective.local.adduser zcml = ... collective.local.adduser If you don't want the functionnality for Folder, but on your own content type, add to the configure.zcml of your policy module:: <include package="collective.local.adduser" file="minimal.zcml" /> <class class="my.package.content.MyContent.MyContent"> <implements interface="collective.local.adduser.interfaces.IAddNewUser" /> </class> If you don't want the roles field, you can include minimal_wo_roles.zcml instead of minimal.zcml. Changelog ========= 1.5 (2013-12-06) ---------------- - Fixed reload of overlay in case of errors. [vincentfretin] - Use self.handle_join_success instead of super in add form, this allows to override only the method in a subclass. [vincentfretin] 1.4 (2013-07-18) ---------------- - Fields extenders can get the context as parameter. [thomasdesvenain] 1.3 (2013-04-24) ---------------- - Now we have a dexterity behaviour. [thomasdesvenain] 1.2.1 (2013-02-15) ------------------ - German translation. 1.2 (2012-09-25) ---------------- - Created minimal.zcml and minimal_wo_roles.zcml for extensibility. The package is not declared as Plone plugin anymore, be sure to include one of the package zcml files. - UserLocallyAdded event now takes data and not roles as second parameter. 1.1.1 (2012-08-03) ------------------ - No failure if no role has been selected for new user. 1.1 (2012-06-29) ---------------- - Added possibility to add new fields to the add user form. 1.0 (2011-09-29) ---------------- - Initial release


نحوه نصب


نصب پکیج whl collective.local.adduser-1.5:

    pip install collective.local.adduser-1.5.whl


نصب پکیج tar.gz collective.local.adduser-1.5:

    pip install collective.local.adduser-1.5.tar.gz