معرفی شرکت ها


collective.memberapproval-1.0rc2


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

Member approval for Plone
ویژگی مقدار
سیستم عامل -
نام فایل collective.memberapproval-1.0rc2
نام collective.memberapproval
نسخه کتابخانه 1.0rc2
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Radim Novotny
ایمیل نویسنده novotny.radim@gmail.com
آدرس صفحه اصلی https://github.com/regebro/collective.memberapproval
آدرس اینترنتی https://pypi.org/project/collective.memberapproval/
مجوز GPL
Introduction ============ collective.memberapproval provides a user interface for pas.plugins.memberapproval. Together these products form a member approval process, making it possible to approve or disapprove member registrations to your website. Management views ---------------- collective.memberapproval providess the following management views: * @@usergroup-userprefs: collective.memberapproval overrides the standard user management view with one that extends the standard view with a filter to list only Approved, only Disapproved or All users. * @@user-approval: This view will allow you to view and change the status of a specific user. You access it with the parameter 'userid', ie http://localhost:8080/Plone/@@user-approval?userid=theusername * @@user-approve: This view will approve the specified user. It does not provide any HTML view, but is usable for services such as providing a direct link to approve users from a notification email. Example: http://localhost:8080/Plone/@@user-approve?userid=theusername * @@user-disapprove: This view will disapprove the specified user. It does not provide any HTML view, but is usable for services such as providing a direct link to disapprove users from a notification email. Example: http://localhost:8080/Plone/@@user-disapprove?userid=theusername * @@user-approved: This view will return True if the user specified is approved, or None otherwise. It does not provide any HTML view. Example: http://localhost:8080/Plone/@@user-approved?userid=theusername collective.memberapproval Installation ************************************** * Add ``collective.memberapproval`` to the list of eggs to install, e.g.:: [buildout] ... eggs = ... collective.memberapproval * Re-run buildout, e.g. with: $ ./bin/buildout * Install the product into the Plone site from the Add-ons control panel. Contributors ************ * Radim Novotny, Author * Lennart Regebro Change history ************** 1.0 (2014-01-31) ---------------- - Added support for Plone 4.3. 1.0rc2 (2012-06-27) ------------------- - Added new registered.pt and registered_notify_template.pt templates that includes information that the registration needs to be approved before you can sign in. 1.0rc1 (2012-06-26) ------------------- - There are now three states: Pending, Approved, Disapproved. You can this way show all pending users. You can only approve or disapprove users, you can not make them pending once they have been approved or disapproved. - Having an approval link in the tabs confused the users, so I removed it. - Added a "Disapprove & Delete" button at the request from users. - Changed @@user_approved to @@user_approved for consistency. 1.0b1 (2012-05-31) ------------------ - Fixed the tests. [regebro] 1.0a1 (2012-05-29) ------------------ - Initial release


نحوه نصب


نصب پکیج whl collective.memberapproval-1.0rc2:

    pip install collective.memberapproval-1.0rc2.whl


نصب پکیج tar.gz collective.memberapproval-1.0rc2:

    pip install collective.memberapproval-1.0rc2.tar.gz