|
|
|
|
monks
()
|
|
||||||||||||
|
hi Is there any way to modify registration process such that, it must be first approved by Admin/manager before user actually gets registered. I've tried searching Google/Plone documentation, but didn't found anything substantial. AFAIK, it must be done somewhere in Workflow. Anybody done this or sth. similar ? Thanks -- Regards, Mayank Mathur ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ Plone-Users mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/plone-users Regards, Mayank |
||||||||||||||
|
|
ajung
()
|
|
||||||||||||
|
This unsupported out-of-the-box.
-aj
|
||||||||||||||
|
|
Carsten Senger-3
()
|
|
||||||||||||
|
In reply to this post
by monks
Hi,
--On Montag, Oktober 26, 2009 11:03:08 +0530 Mayank Mathur <[hidden email]> wrote: > Is there any way to modify registration process such that, it must be > first approved by Admin/manager before user actually gets registered. > I've tried searching Google/Plone documentation, but didn't found anything > substantial. > > AFAIK, it must be done somewhere in Workflow. > > Anybody done this or sth. similar ? Look for Membrane. With Membrane you can write a content type that acts as an user and is workflowable. ..Carsten ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ Plone-Users mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/plone-users |
||||||||||||||
|
|
ajung
()
|
|
|
Membrane is in some way an invasive add-on and should be used with care.
Using Membrane for member registration only is unlikely the right choice. Implementing a simple approval solution based on an approval flag as part of the memberdata is much simple and less errorprone when it comes to migration issues. Use Membrane with care and only when you know about the impacts. -aj
|
||
|
|
monks
()
|
|
||||||||||||
|
Frankly speaking, i haven't used Membrane before, but my experience with this product was horrible in sense that, when i installed it, i noticed changes in memberdata propt + i was also getting errors while accessing memberdata. As i'm searching , i found SignUpSheet product (still Beta release), which is somehow doing, what i am looking for (according to its documentation), if not exactly. Will this be helpful in my case ? Thanks. > Membrane is in some way an invasive add-on and should be used with care. > Using Membrane for member registration only is unlikely the right choice. > Implementing a simple approval solution based on an approval flag as part > of > the memberdata is much simple and less errorprone when it comes to > migration > issues. Use Membrane with care and only when you know about the impacts. > > -aj > > > Carsten Senger-3 wrote: >> >> Hi, >> >> --On Montag, Oktober 26, 2009 11:03:08 +0530 Mayank Mathur >> <[hidden email]> wrote: >> >>> Is there any way to modify registration process such that, it must be >>> first approved by Admin/manager before user actually gets registered. >>> I've tried searching Google/Plone documentation, but didn't found >>> anything >>> substantial. >>> >>> AFAIK, it must be done somewhere in Workflow. >>> >>> Anybody done this or sth. similar ? >> >> Look for Membrane. With Membrane you can write a content type that acts >> as >> an >> user and is workflowable. >> >> ..Carsten >> >> >> >> ------------------------------------------------------------------------------ >> Come build with us! The BlackBerry(R) Developer Conference in SF, CA >> is the only developer event you need to attend this year. Jumpstart your >> developing skills, take BlackBerry mobile applications to market and >> stay >> ahead of the curve. Join us from November 9 - 12, 2009. Register now! >> http://p.sf.net/sfu/devconference >> _______________________________________________ >> Plone-Users mailing list >> [hidden email] >> https://lists.sourceforge.net/lists/listinfo/plone-users >> >> > > -- > View this message in context: > http://n2.nabble.com/Registeration-Process-Approval-tp3890346p3890579.html > Sent from the General Questions mailing list archive at Nabble.com. > > ------------------------------------------------------------------------------ > Come build with us! The BlackBerry(R) Developer Conference in SF, CA > is the only developer event you need to attend this year. Jumpstart your > developing skills, take BlackBerry mobile applications to market and stay > ahead of the curve. Join us from November 9 - 12, 2009. Register now! > http://p.sf.net/sfu/devconference > _______________________________________________ > Plone-Users mailing list > [hidden email] > https://lists.sourceforge.net/lists/listinfo/plone-users > -- Regards, Mayank Mathur ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ Plone-Users mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/plone-users Regards, Mayank |
||||||||||||||
|
|
ajung
()
|
|
||||||||||||
|
SignupSheet has nothing to do with member approval workflow.
-aj
|
||||||||||||||
|
|
Yuri-11
()
|
|
||||||||||||
|
In plone there's no "pending" users. You can have a user without any
role, then the "approval" step could be adding some role to the user. So you need to change the default role to user added. The main problem is that the manager uses the same form of the anonymous for adding users, so you've to add some logic. ajung ha scritto: > SignupSheet has nothing to do with member approval workflow. > > -aj > > > monks wrote: > >> >> >> >> As i'm searching , i found SignUpSheet product (still Beta release), which >> is somehow doing, what i am looking for (according to its documentation), >> if not exactly. >> >> Will this be helpful in my case ? >> >> Thanks. >> >> >>> Membrane is in some way an invasive add-on and should be used with care. >>> Using Membrane for member registration only is unlikely the right choice. >>> Implementing a simple approval solution based on an approval flag as part >>> of >>> the memberdata is much simple and less errorprone when it comes to >>> migration >>> issues. Use Membrane with care and only when you know about the impacts. >>> >>> -aj >>> >>> >>> Carsten Senger-3 wrote: >>> >>>> Hi, >>>> >>>> --On Montag, Oktober 26, 2009 11:03:08 +0530 Mayank Mathur >>>> <[hidden email]> wrote: >>>> >>>> >>>>> Is there any way to modify registration process such that, it must be >>>>> first approved by Admin/manager before user actually gets registered. >>>>> I've tried searching Google/Plone documentation, but didn't found >>>>> anything >>>>> substantial. >>>>> >>>>> AFAIK, it must be done somewhere in Workflow. >>>>> >>>>> Anybody done this or sth. similar ? >>>>> >>>> Look for Membrane. With Membrane you can write a content type that acts >>>> as >>>> an >>>> user and is workflowable. >>>> >>>> ..Carsten >>>> >>>> >>>> >>>> ------------------------------------------------------------------------------ >>>> Come build with us! The BlackBerry(R) Developer Conference in SF, CA >>>> is the only developer event you need to attend this year. Jumpstart your >>>> developing skills, take BlackBerry mobile applications to market and >>>> stay >>>> ahead of the curve. Join us from November 9 - 12, 2009. Register now! >>>> http://p.sf.net/sfu/devconference >>>> _______________________________________________ >>>> Plone-Users mailing list >>>> [hidden email] >>>> https://lists.sourceforge.net/lists/listinfo/plone-users >>>> >>>> >>>> >>> -- >>> View this message in context: >>> http://n2.nabble.com/Registeration-Process-Approval-tp3890346p3890579.html >>> Sent from the General Questions mailing list archive at Nabble.com. >>> >>> ------------------------------------------------------------------------------ >>> Come build with us! The BlackBerry(R) Developer Conference in SF, CA >>> is the only developer event you need to attend this year. Jumpstart your >>> developing skills, take BlackBerry mobile applications to market and stay >>> ahead of the curve. Join us from November 9 - 12, 2009. Register now! >>> http://p.sf.net/sfu/devconference >>> _______________________________________________ >>> Plone-Users mailing list >>> [hidden email] >>> https://lists.sourceforge.net/lists/listinfo/plone-users >>> >>> >> -- >> >> Regards, >> Mayank Mathur >> >> >> >> ------------------------------------------------------------------------------ >> Come build with us! The BlackBerry(R) Developer Conference in SF, CA >> is the only developer event you need to attend this year. Jumpstart your >> developing skills, take BlackBerry mobile applications to market and stay >> ahead of the curve. Join us from November 9 - 12, 2009. Register now! >> http://p.sf.net/sfu/devconference >> _______________________________________________ >> Plone-Users mailing list >> [hidden email] >> https://lists.sourceforge.net/lists/listinfo/plone-users >> >> >> > > ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ Plone-Users mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/plone-users |
||||||||||||||
|
|
Carsten Senger-3
()
|
|
||||||||||||
|
Hi,
--On Montag, Oktober 26, 2009 09:41:30 +0100 Yuri <[hidden email]> wrote: > In plone there's no "pending" users. You can have a user without any > role, then the "approval" step could be adding some role to the user. Except that any authenticated user gets the role 'Authenticated' instead of 'Anonymous' ..Carsten [...] >>>>> >>>>> --On Montag, Oktober 26, 2009 11:03:08 +0530 Mayank Mathur >>>>> <[hidden email]> wrote: >>>>> >>>>> >>>>>> Is there any way to modify registration process such that, it must be >>>>>> first approved by Admin/manager before user actually gets registered. >>>>>> I've tried searching Google/Plone documentation, but didn't found >>>>>> anything >>>>>> substantial. >>>>>> >>>>>> AFAIK, it must be done somewhere in Workflow. >>>>>> >>>>>> Anybody done this or sth. similar ? >>>>>> >>>>> Look for Membrane. With Membrane you can write a content type that >>>>> acts as >>>>> an >>>>> user and is workflowable. >>>>> >>>>> ..Carsten >>>>> >>>>> >>>>> >>>>> --------------------------------------------------------------------- >>>>> --------- Come build with us! The BlackBerry(R) Developer Conference >>>>> in SF, CA is the only developer event you need to attend this year. >>>>> Jumpstart your developing skills, take BlackBerry mobile applications >>>>> to market and stay >>>>> ahead of the curve. Join us from November 9 - 12, 2009. Register now! >>>>> http://p.sf.net/sfu/devconference >>>>> _______________________________________________ >>>>> Plone-Users mailing list >>>>> [hidden email] >>>>> https://lists.sourceforge.net/lists/listinfo/plone-users >>>>> >>>>> >>>>> >>>> -- >>>> View this message in context: >>>> http://n2.nabble.com/Registeration-Process-Approval-tp3890346p3890579. >>>> html Sent from the General Questions mailing list archive at >>>> Nabble.com. >>>> >>>> ---------------------------------------------------------------------- >>>> -------- Come build with us! The BlackBerry(R) Developer Conference in >>>> SF, CA is the only developer event you need to attend this year. >>>> Jumpstart your developing skills, take BlackBerry mobile applications >>>> to market and stay ahead of the curve. Join us from November 9 - 12, >>>> 2009. Register now! http://p.sf.net/sfu/devconference >>>> _______________________________________________ >>>> Plone-Users mailing list >>>> [hidden email] >>>> https://lists.sourceforge.net/lists/listinfo/plone-users >>>> >>>> >>> -- >>> >>> Regards, >>> Mayank Mathur >>> >>> >>> >>> ----------------------------------------------------------------------- >>> ------- Come build with us! The BlackBerry(R) Developer Conference in >>> SF, CA is the only developer event you need to attend this year. >>> Jumpstart your developing skills, take BlackBerry mobile applications >>> to market and stay ahead of the curve. Join us from November 9 - 12, >>> 2009. Register now! http://p.sf.net/sfu/devconference >>> _______________________________________________ >>> Plone-Users mailing list >>> [hidden email] >>> https://lists.sourceforge.net/lists/listinfo/plone-users >>> >>> >>> >> >> > > > ------------------------------------------------------------------------- > ----- Come build with us! The BlackBerry(R) Developer Conference in SF, CA > is the only developer event you need to attend this year. Jumpstart your > developing skills, take BlackBerry mobile applications to market and stay > ahead of the curve. Join us from November 9 - 12, 2009. Register now! > http://p.sf.net/sfu/devconference > _______________________________________________ > Plone-Users mailing list > [hidden email] > https://lists.sourceforge.net/lists/listinfo/plone-users ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ Plone-Users mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/plone-users |
||||||||||||||
|
|
Bastien Gauthier
()
|
|
||||||||||||
|
If you need your users to be considered as a new kind of "content type", then you could use Membrane and Remember.
Have a nice day, BASTIEN Gauthier Service Informatique - Administration Communale de Sambreville 071/260.247 http://www.sambreville.be >-----Message d'origine----- >De : Carsten Senger [mailto:[hidden email]] >Envoyé : lundi 26 octobre 2009 9:51 >À : Yuri; Plone Users List >Objet : Re: [Plone-Users] Registeration Process Approval > >Hi, > >--On Montag, Oktober 26, 2009 09:41:30 +0100 Yuri <[hidden email]> wrote: > >> In plone there's no "pending" users. You can have a user without any >> role, then the "approval" step could be adding some role to the user. > >Except that any authenticated user gets the role >'Authenticated' instead of 'Anonymous' > >..Carsten > >[...] > >>>>>> >>>>>> --On Montag, Oktober 26, 2009 11:03:08 +0530 Mayank Mathur >>>>>> <[hidden email]> wrote: >>>>>> >>>>>> >>>>>>> Is there any way to modify registration process such that, it >>>>>>> must be first approved by Admin/manager before user >actually gets registered. >>>>>>> I've tried searching Google/Plone documentation, but >didn't found >>>>>>> anything substantial. >>>>>>> >>>>>>> AFAIK, it must be done somewhere in Workflow. >>>>>>> >>>>>>> Anybody done this or sth. similar ? >>>>>>> >>>>>> Look for Membrane. With Membrane you can write a content >type that >>>>>> acts as an user and is workflowable. >>>>>> >>>>>> ..Carsten >>>>>> >>>>>> >>>>>> >>>>>> >------------------------------------------------------------------ >>>>>> --- >>>>>> --------- Come build with us! The BlackBerry(R) Developer >>>>>> Conference in SF, CA is the only developer event you >need to attend this year. >>>>>> Jumpstart your developing skills, take BlackBerry mobile >>>>>> applications to market and stay ahead of the curve. Join us from >>>>>> November 9 - 12, 2009. Register now! >>>>>> http://p.sf.net/sfu/devconference >>>>>> _______________________________________________ >>>>>> Plone-Users mailing list >>>>>> [hidden email] >>>>>> https://lists.sourceforge.net/lists/listinfo/plone-users >>>>>> >>>>>> >>>>>> >>>>> -- >>>>> View this message in context: >>>>> >http://n2.nabble.com/Registeration-Process-Approval-tp3890346p3890579. >>>>> html Sent from the General Questions mailing list archive at >>>>> Nabble.com. >>>>> >>>>> >------------------------------------------------------------------- >>>>> --- >>>>> -------- Come build with us! The BlackBerry(R) Developer >Conference >>>>> in SF, CA is the only developer event you need to attend >this year. >>>>> Jumpstart your developing skills, take BlackBerry mobile >>>>> applications to market and stay ahead of the curve. Join us from >>>>> November 9 - 12, 2009. Register now! >>>>> http://p.sf.net/sfu/devconference >>>>> _______________________________________________ >>>>> Plone-Users mailing list >>>>> [hidden email] >>>>> https://lists.sourceforge.net/lists/listinfo/plone-users >>>>> >>>>> >>>> -- >>>> >>>> Regards, >>>> Mayank Mathur >>>> >>>> >>>> >>>> >-------------------------------------------------------------------- >>>> --- >>>> ------- Come build with us! The BlackBerry(R) Developer Conference >>>> in SF, CA is the only developer event you need to attend this year. >>>> Jumpstart your developing skills, take BlackBerry mobile >>>> applications to market and stay ahead of the curve. Join us from >>>> November 9 - 12, 2009. Register now! >>>> http://p.sf.net/sfu/devconference >>>> _______________________________________________ >>>> Plone-Users mailing list >>>> [hidden email] >>>> https://lists.sourceforge.net/lists/listinfo/plone-users >>>> >>>> >>>> >>> >>> >> >> >> >---------------------------------------------------------------------- >> --- >> ----- Come build with us! The BlackBerry(R) Developer Conference in >> SF, CA is the only developer event you need to attend this year. >> Jumpstart your developing skills, take BlackBerry mobile >applications >> to market and stay ahead of the curve. Join us from November >9 - 12, 2009. Register now! >> http://p.sf.net/sfu/devconference >> _______________________________________________ >> Plone-Users mailing list >> [hidden email] >> https://lists.sourceforge.net/lists/listinfo/plone-users > > > > > >--------------------------------------------------------------- >--------------- >Come build with us! The BlackBerry(R) Developer Conference in >SF, CA is the only developer event you need to attend this >year. Jumpstart your developing skills, take BlackBerry mobile >applications to market and stay ahead of the curve. Join us >from November 9 - 12, 2009. Register now! >http://p.sf.net/sfu/devconference >_______________________________________________ >Plone-Users mailing list >[hidden email] >https://lists.sourceforge.net/lists/listinfo/plone-users > ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ Plone-Users mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/plone-users |
||||||||||||||
|
|
lucmult
()
|
|
||||||||||||
|
In reply to this post
by Carsten Senger-3
I have used this approach to customize a intranet project, I changed the registration, to NOT assing the Role "Member". The user only get the Role Member after accept a Terms of Use. You can get this approach. If you need more details, you can ask here. ;-) [], -- Luciano Pacheco Simples Consultoria www.simplesconsultoria.com.br On Mon, Oct 26, 2009 at 6:51 AM, Carsten Senger <[hidden email]> wrote: Hi, ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ Plone-Users mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/plone-users |
||||||||||||||
|
|
Pawel Lewicki
()
|
|
||||||||||||
|
In reply to this post
by Yuri-11
Yuri wrote:
> In plone there's no "pending" users. You can have a user without any > role, then the "approval" step could be adding some role to the user. > > So you need to change the default role to user added. > > The main problem is that the manager uses the same form of the > anonymous for adding users, so you've to add some logic. What about separating your logic with annotations used with member object? Pawel Lewicki ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ Plone-Users mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/plone-users |
||||||||||||||
| Free Embeddable Forum Powered by Nabble | Help |