Skip to content

Plone "Users As Content" provides a content-type PloneUser for representing a Plone user as a standard content object in Plone.

License

Notifications You must be signed in to change notification settings

plone-ve/zopyx.usersascontent

This branch is up to date with zopyx/zopyx.usersascontent:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

5130f9e · Jul 5, 2024

History

57 Commits
Dec 19, 2021
Dec 24, 2021
Dec 19, 2021
Dec 19, 2021
Dec 19, 2023
Dec 19, 2021
Dec 19, 2021
Dec 19, 2021
Dec 19, 2021
Dec 19, 2021
Dec 19, 2021
Dec 19, 2023
Mar 14, 2024
Dec 19, 2021
Dec 19, 2021
Dec 19, 2021
Dec 19, 2021
Dec 23, 2021
Dec 19, 2021
Dec 19, 2021
Dec 19, 2021
Dec 19, 2021
Dec 19, 2021
Dec 22, 2021
Dec 22, 2021
Dec 19, 2021
Jun 1, 2022
Dec 21, 2021
Dec 19, 2021
Dec 21, 2021
Dec 19, 2021
Dec 24, 2021

Repository files navigation

zopyx.usersascontent

This add-on provides a new content-types PloneUser for representing a user in Plone through a dedicated content-type. The motivation for this add-on is the need for maintaining user profiles a content in order to make them referencable from other content.

The PloneUser provides the standard fields like fullname, email organization, a member picture etc. and a dedicated view.

The add-on also contains some ideas borrowed from collective.onlogin with configurable redirections to a user's PloneUser object directly after the first login after registration or after each login.

zopyx.usersascountent is designed as a lightweight alternative to Membrane & Co.

The add-on provides a control panel Users As Content.

Requirements:

  • Plone 6, Python 3.8+
  • (untested with Plone 5.2)

Installation

Install zopyx.usersascontent by adding it to your buildout:

[buildout]

...

eggs =
    zopyx.usersascontent

and then running bin/buildout

Contribute

License

The project is licensed under the GPLv2.

About

Plone "Users As Content" provides a content-type PloneUser for representing a Plone user as a standard content object in Plone.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 77.8%
  • RobotFramework 20.8%
  • Shell 1.4%