Re: [dspace-tech] Problem with Creating user in docker

2024-01-29 Thread mwoodiupui
On Sat, Jan 27, 2024 at 07:09:30PM +, K S wrote: > When creating new users, how can we set/reset password? Is it only through > email? If it is only through email, when using docker deployment, we don't > get the email to reset password. Was wondering how we can create user and set >

Re: [dspace-tech] Problem with Creating user in docker

2024-01-28 Thread 'Eike Martin Löhden' via DSpace Technical Support
Hej! there is another possibility: you can set the user and password in the command line via "dspace create-administrator" and later change the privileges of the account via the UI. However, getting dspace-mail running inside the docker container is a bit tricky. If you have a SMTP client

[dspace-tech] Problem with Creating user in docker

2024-01-27 Thread K S
Hi, When creating new users, how can we set/reset password? Is it only through email? If it is only through email, when using docker deployment, we don't get the email to reset password. Was wondering how we can create user and set password when using DSPace with docker deployment. Thanks so