Hi,
I am trying the MyPortal new user registration. When a new user is created than he cannot see and edit its own profile because he has no privileges. How can we fix this? Should we create a viewOWNprofile request that does not take a partyId as parameter but only works on the actual userLoginId ? Thank you -Bruno |
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1 I would think that they first created their login which then is creates partyID record with the login and default Permission so they may see that profile only. Bruno Busco sent the following on 3/14/2009 11:52 AM: > Hi, > I am trying the MyPortal new user registration. > When a new user is created than he cannot see and edit its own profile > because he has no privileges. > How can we fix this? > > Should we create a viewOWNprofile request that does not take a partyId > as parameter but only works on the actual userLoginId ? > > Thank you > -Bruno > > Version: GnuPG v1.4.6 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFJvCUSrP3NbaWWqE4RAhkMAJ9BXqQu7+1VyknuvkakdLgH1umjRACfSJqj HsM1Z27/ZdgQOSt/JqIl7jQ= =NowD -----END PGP SIGNATURE----- |
So, may be we should change the partymgr/viewprofile so that with a
permission like PARTYMGR_VIEWOWN (assigned by default to new users), only the own profile can be viewed/edited. Is this correct? 2009/3/14 BJ Freeman <[hidden email]>: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > I would think that they first created their login which then is creates > partyID record with the login and default Permission so they may see > that profile only. > > Bruno Busco sent the following on 3/14/2009 11:52 AM: >> Hi, >> I am trying the MyPortal new user registration. >> When a new user is created than he cannot see and edit its own profile >> because he has no privileges. >> How can we fix this? >> >> Should we create a viewOWNprofile request that does not take a partyId >> as parameter but only works on the actual userLoginId ? >> >> Thank you >> -Bruno >> >> > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.6 (MingW32) > Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org > > iD8DBQFJvCUSrP3NbaWWqE4RAhkMAJ9BXqQu7+1VyknuvkakdLgH1umjRACfSJqj > HsM1Z27/ZdgQOSt/JqIl7jQ= > =NowD > -----END PGP SIGNATURE----- > |
I agree that a new permission should be created to facilitate this
separated for change and view. Some companies allow the editing/view of own data and some companies do not want that... I do not see the need for a new request.... Regards, Hans On Sun, 2009-03-15 at 08:09 +0100, Bruno Busco wrote: > So, may be we should change the partymgr/viewprofile so that with a > permission like PARTYMGR_VIEWOWN (assigned by default to new users), > only the own profile can be viewed/edited. > Is this correct? > > 2009/3/14 BJ Freeman <[hidden email]>: > > -----BEGIN PGP SIGNED MESSAGE----- > > Hash: SHA1 > > > > I would think that they first created their login which then is creates > > partyID record with the login and default Permission so they may see > > that profile only. > > > > Bruno Busco sent the following on 3/14/2009 11:52 AM: > >> Hi, > >> I am trying the MyPortal new user registration. > >> When a new user is created than he cannot see and edit its own profile > >> because he has no privileges. > >> How can we fix this? > >> > >> Should we create a viewOWNprofile request that does not take a partyId > >> as parameter but only works on the actual userLoginId ? > >> > >> Thank you > >> -Bruno > >> > >> > > -----BEGIN PGP SIGNATURE----- > > Version: GnuPG v1.4.6 (MingW32) > > Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org > > > > iD8DBQFJvCUSrP3NbaWWqE4RAhkMAJ9BXqQu7+1VyknuvkakdLgH1umjRACfSJqj > > HsM1Z27/ZdgQOSt/JqIl7jQ= > > =NowD > > -----END PGP SIGNATURE----- > > Antwebsystems.com: Quality OFBiz services for competitive rates |
Administrator
|
+1
Jacques From: "Hans Bakker" <[hidden email]> >I agree that a new permission should be created to facilitate this > separated for change and view. Some companies allow the editing/view of > own data and some companies do not want that... > > I do not see the need for a new request.... > > Regards, > Hans > > On Sun, 2009-03-15 at 08:09 +0100, Bruno Busco wrote: >> So, may be we should change the partymgr/viewprofile so that with a >> permission like PARTYMGR_VIEWOWN (assigned by default to new users), >> only the own profile can be viewed/edited. >> Is this correct? >> >> 2009/3/14 BJ Freeman <[hidden email]>: >> > -----BEGIN PGP SIGNED MESSAGE----- >> > Hash: SHA1 >> > >> > I would think that they first created their login which then is creates >> > partyID record with the login and default Permission so they may see >> > that profile only. >> > >> > Bruno Busco sent the following on 3/14/2009 11:52 AM: >> >> Hi, >> >> I am trying the MyPortal new user registration. >> >> When a new user is created than he cannot see and edit its own profile >> >> because he has no privileges. >> >> How can we fix this? >> >> >> >> Should we create a viewOWNprofile request that does not take a partyId >> >> as parameter but only works on the actual userLoginId ? >> >> >> >> Thank you >> >> -Bruno >> >> >> >> >> > -----BEGIN PGP SIGNATURE----- >> > Version: GnuPG v1.4.6 (MingW32) >> > Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org >> > >> > iD8DBQFJvCUSrP3NbaWWqE4RAhkMAJ9BXqQu7+1VyknuvkakdLgH1umjRACfSJqj >> > HsM1Z27/ZdgQOSt/JqIl7jQ= >> > =NowD >> > -----END PGP SIGNATURE----- >> > > -- > Antwebsystems.com: Quality OFBiz services for competitive rates > |
In reply to this post by hans_bakker
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1 so a permission of _SELF to be used with _CHANGE and _VIEW since permissions are anded? Hans Bakker sent the following on 3/15/2009 12:32 AM: > I agree that a new permission should be created to facilitate this > separated for change and view. Some companies allow the editing/view of > own data and some companies do not want that... > > I do not see the need for a new request.... > > Regards, > Hans > > On Sun, 2009-03-15 at 08:09 +0100, Bruno Busco wrote: >> So, may be we should change the partymgr/viewprofile so that with a >> permission like PARTYMGR_VIEWOWN (assigned by default to new users), >> only the own profile can be viewed/edited. >> Is this correct? >> >> 2009/3/14 BJ Freeman <[hidden email]>: > I would think that they first created their login which then is creates > partyID record with the login and default Permission so they may see > that profile only. > > Bruno Busco sent the following on 3/14/2009 11:52 AM: >>>>> Hi, >>>>> I am trying the MyPortal new user registration. >>>>> When a new user is created than he cannot see and edit its own profile >>>>> because he has no privileges. >>>>> How can we fix this? >>>>> >>>>> Should we create a viewOWNprofile request that does not take a partyId >>>>> as parameter but only works on the actual userLoginId ? >>>>> >>>>> Thank you >>>>> -Bruno >>>>> >>>>> >>> Version: GnuPG v1.4.6 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFJvN8PrP3NbaWWqE4RAp05AJ42591n0ui8rkXQHlz75ImmadMaRgCg1ABB l08wvlBuBZ38j3/Hmk0F2QM= =1eZ1 -----END PGP SIGNATURE----- |
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1 Meant SELF_ BJ Freeman sent the following on 3/15/2009 3:57 AM: > so a permission of _SELF to be used with _CHANGE and _VIEW since > permissions are anded? > > Hans Bakker sent the following on 3/15/2009 12:32 AM: >> I agree that a new permission should be created to facilitate this >> separated for change and view. Some companies allow the editing/view of >> own data and some companies do not want that... > >> I do not see the need for a new request.... > >> Regards, >> Hans > >> On Sun, 2009-03-15 at 08:09 +0100, Bruno Busco wrote: >>> So, may be we should change the partymgr/viewprofile so that with a >>> permission like PARTYMGR_VIEWOWN (assigned by default to new users), >>> only the own profile can be viewed/edited. >>> Is this correct? >>> >>> 2009/3/14 BJ Freeman <[hidden email]>: >> I would think that they first created their login which then is creates >> partyID record with the login and default Permission so they may see >> that profile only. > >> Bruno Busco sent the following on 3/14/2009 11:52 AM: >>>>>> Hi, >>>>>> I am trying the MyPortal new user registration. >>>>>> When a new user is created than he cannot see and edit its own profile >>>>>> because he has no privileges. >>>>>> How can we fix this? >>>>>> >>>>>> Should we create a viewOWNprofile request that does not take a partyId >>>>>> as parameter but only works on the actual userLoginId ? >>>>>> >>>>>> Thank you >>>>>> -Bruno >>>>>> >>>>>> Version: GnuPG v1.4.6 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFJvOU8rP3NbaWWqE4RAt9MAJ9HDZAqhIBGVqU1tUVnP5axqSGECwCaA7KV e20d/lHfdfhpZPhhm3fzUwQ= =Hrvd -----END PGP SIGNATURE----- |
In reply to this post by Bruno Busco
Actually, this has been a problem since the MyHome component. I have commented in the past that users should be able to view information about themselves without having any special permissions. -Adrian --- On Sat, 3/14/09, Bruno Busco <[hidden email]> wrote: > From: Bruno Busco <[hidden email]> > Subject: viewOWNprofile > To: [hidden email] > Date: Saturday, March 14, 2009, 11:52 AM > Hi, > I am trying the MyPortal new user registration. > When a new user is created than he cannot see and edit its > own profile > because he has no privileges. > How can we fix this? > > Should we create a viewOWNprofile request that does not > take a partyId > as parameter but only works on the actual userLoginId ? > > Thank you > -Bruno |
Free forum by Nabble | Edit this page |