Access records without login

Hi
I just wanted to confirm will it possible to view a record (read-only) via the link generated by Share Record without login into the system?

Hi @kitchenprinzessin,

Yup, the system can be configured to allow this! Check out this page for instructions on how to set it up

1 Like

Thanks @markp !

I created a user called ‘guest’ with a password.
i edited specify_settings.py with line
ANONYMOUS_USER = ‘guest’

However I am not sure how to test it. e.g. http://localhost/specify/bycatalog/CMR-RM/2024-RM-0000032634
the user still needs to log in as a ‘guest’ to view the record. Am i missing anything?

Hi
Its works now (after I rebuilt the docker containers).
Thank you :wink: