Re: [dspace-tech] Auto-assign e-person to a group upon registration

2024-02-18 Thread Vahe Ghorghorian
how can we do this in Dspace 7 where is the login.specialgroup found ? On Monday, March 20, 2017 at 5:07:23 PM UTC+2 amgc...@gmail.com wrote: > Claudia it does help indeed! > > Many thanks for the information, > > Agustina > > > On Monday, 20 March 2017 08:40:45 UTC, Claudia Jürgen wrote: >> >>

Re: [dspace-tech] Auto-assign e-person to a group upon registration

2017-03-20 Thread amgciadev
Claudia it does help indeed! Many thanks for the information, Agustina On Monday, 20 March 2017 08:40:45 UTC, Claudia Jürgen wrote: > > Hello Augustina, > > there is a boolean self_registered in the eperson table. > > Furthermore there is : > mail.registration.notify (5.x) >

Re: [dspace-tech] Auto-assign e-person to a group upon registration

2017-03-20 Thread Claudia Jürgen
Hello Augustina, there is a boolean self_registered in the eperson table. Furthermore there is : mail.registration.notify (5.x) https://github.com/DSpace/DSpace/blob/dspace-5_x/build.properties#L124 registration.notify (6.x)

Re: [dspace-tech] Auto-assign e-person to a group upon registration

2017-03-19 Thread amgciadev
Hi all, Mark many thanks for the extra info on special groups. I assumed that this meant direct allocation to a dspace group. Is there then a quick way of finding out about all the self-registered users? We are thinking on enabling self-registration in our repository but we need to easily

Re: [dspace-tech] Auto-assign e-person to a group upon registration

2017-03-16 Thread admin
Thank you, the special groups setting is perfectly fine for me, I have just tested it. Peter W dniu czwartek, 16 marca 2017 12:58:59 UTC użytkownik Mark Wood napisał: > > But please note that "special groups" are assigned to *user sessions*, not > to epersons. Special group membership

Re: [dspace-tech] Auto-assign e-person to a group upon registration

2017-03-16 Thread Mark Wood
But please note that "special groups" are assigned to *user sessions*, not to epersons. Special group membership lasts until logout and is not recorded anywhere. If you need for a new account to be permanently a member of a group, so that this membership affects what others do, a special

Re: [dspace-tech] Auto-assign e-person to a group upon registration

2017-03-16 Thread Claudia Jürgen
Hello Peter, for users who login with password you can set: https://github.com/DSpace/DSpace/blob/dspace-5_x/dspace/config/modules/authentication-password.cfg#L25 to a special group, they'll automatically belong to. Hope this helps Claudia Jürgen Am 16.03.2017 um 01:14 schrieb admin: Hi,

[dspace-tech] Auto-assign e-person to a group upon registration

2017-03-15 Thread admin
Hi, I thought it's a simple task, but apparently not – is there any simple way to allow self-registering users being automatically assigned to specific group? I don't use LDAP authentication, I found some posts about using LDAP and auto-assignnement. Thanks, Peter -- You received this