[dspace-tech] Regarding Permission for group

2023-09-14 Thread geethanjali alaguraj
I want to create an new group like Administrator and Anonymous. but i want to give the read, write permission to the new group -- All messages to this mailing list should adhere to the Code of Conduct: https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx --- You received this message

[dspace-tech] Regarding issue facing while adding new field

2023-09-08 Thread Geethanjali Alaguraj
sudo ./dspace create-administrator Creating an initial administrator account E-mail address: law...@gmail.com First name: lf Last name: ll Lawyer name: law Is the above data correct? (y or n): y Password will not display on screen. Password: Again to confirm: Exception: bad_dublin_core

[dspace-tech] How to debug frontend

2023-11-06 Thread geethanjali alaguraj
Hello, How to debug the front end can anyone tell the procedures . I have tried angular devtools to debug the frontend code but it shows like this: We detected an application built with production configuration. Angular DevTools only supports development builds. How to resolve this or is

Re: [dspace-tech] Re: Regarding- Error facing on "Unauthorized" ​​ message: "Authentication is required"

2023-10-24 Thread geethanjali alaguraj
Hello, Thanks for your reply. Is that possible to create new endpoint to store that policy in resource policy table for the normal user, or is that possible to create policy for the normal user with with admin credentials (username and password) Or else I want to create multiple tables like 1.

[dspace-tech] Creating default group

2023-09-22 Thread geethanjali alaguraj
Hello, is this possible to create a new default group called user1group like Administrator and Anonymous through backend. i have tried to in Group.java class @Transient public static final String ANONYMOUS = "Anonymous"; @Transient public static final String ADMIN =

[dspace-tech] Re: Regarding Permission for group

2023-09-27 Thread geethanjali alaguraj
I have created a default group through backend called User. Now i want to give some permissions to that group so that when a new-user belongs to the User group try to login they have to access the permissions like when admin user login they have acces to create community, collection etc like

[dspace-tech] Regarding Policies and Permissions

2023-09-27 Thread geethanjali alaguraj
I have created an new default group called user and i have manually register one user(eperson) and set that user to User group. Now When i login with new user from user group i want to access all the admin permission is that possible?. And also i want to know that where the permissions are

Re: [dspace-tech] Regarding Anonymous permission

2023-10-03 Thread geethanjali alaguraj
uldn’t be able to access anything. > > > > Deborah > > > > *From:* dspace-tech@googlegroups.com *On > Behalf Of *geethanjali alaguraj > *Sent:* Wednesday, October 4, 2023 1:34 AM > *To:* DSpace Technical Support > *Subject:* [dspace-tech] Regarding Anonymo

[dspace-tech] Regarding Anonymous permission

2023-10-03 Thread geethanjali alaguraj
Hi, I want to know what is anonymous group is every eperson is set to anonymous group. When a normal user login they have read permission so is that user from anonymous group?. I have created an default group called user and i have add a new eperson to that group now i want to give read

[dspace-tech] How to post the values through api

2023-10-10 Thread geethanjali alaguraj
Hi, Is anyone know how epersongroup2eperson and community2collection table was stored? I have created a new table called eperson2community in that i want to store the eperson_id and community_id. It is like i have created a column in new user register page (i have attache the image for

[dspace-tech] Regarding- Error facing on "Unauthorized" ​​ message: "Authentication is required"

2023-10-19 Thread geethanjali alaguraj
Hi, i have added an drop-down field called community in the new user registration page. In here it fetches the available communities from database and shown in the drop down. Now i want to create an read permission for the user who registered for the selected community. (example: if John is a

Re: [dspace-tech] Creating new endpoint

2023-12-26 Thread geethanjali alaguraj
through future upgrades). > Since you’re asking if it’s possible, I suspect you don’t have that > expertise, so in that case it wouldn’t be possible for you. > > > > Deborah > > > > *From:* dspac...@googlegroups.com *On Behalf > Of *geethanjali alaguraj &g

[dspace-tech] Creating new endpoint

2023-12-11 Thread geethanjali alaguraj
Hello, I want to create a new table and also to access this i want to create new endpoint like: /api/custom/create in that i don't want to create or add any roles, permissions etc like admin anonymous is that possible anyone please guide me -- All messages to this mailing list should

[dspace-tech] Re: Policy permission

2023-12-11 Thread geethanjali alaguraj
Is this possible to create new api endpoints with that can we access resource policy table for inserting values? On Tuesday, December 5, 2023 at 2:21:27 AM UTC+5:30 DSpace Technical Support wrote: > Hi, > > DSpace doesn't support creating resource policies without login. That > would be a

[dspace-tech] Regarding facing error while adding values in new table

2024-01-15 Thread geethanjali alaguraj
Hello, I have created a new endpoint (custom/newpolicy )and new table (custompolicy) while trying to create a policy in this table it shows 500 error "WARN cc5fb879-5237-4741-9db0-b7d677f12072 627dd7fa-445a-4c05-89f6-44774a12e97d

[dspace-tech] Resourcepolicy creation

2023-11-28 Thread geethanjali alaguraj
Hello, I have created a drop-down field in the registration page which is fetched the available community names. Now i want to create a resource policy for the register eperson to the selected community id I'm facing 401 unauthorized error for POST

[dspace-tech] Policy permission

2023-11-30 Thread geethanjali alaguraj
Is there any permission was given for creating resource policy if yes : how to remove that permission because i want to create a policy without login -- All messages to this mailing list should adhere to the Code of Conduct: https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx --- You

[dspace-tech] Regarding Removing anonymous policy

2023-11-16 Thread geethanjali alaguraj
Hello, I want to remove anonymous read policy through backend code the community does not have to be visible when users not login? is that possible to block that through code? When users not login i dont want to give the read permission how to do this -- All messages to this mailing list

[dspace-tech] Creatin a default group

2024-04-09 Thread geethanjali alaguraj
Hello, I have tried to create 2 new group by default like Administrator, Anonymous i have creates as Group1 and Group2 (group.java, and groupserviceimpl.java class) i give write permission for Group1 in Item and also i have add 1 user to Group1 when i login through a user in Group2 - can