From ad83bb522526865fd90d0e882dff1e905aa3bb0a Mon Sep 17 00:00:00 2001 From: Kunal Marwaha Date: Sat, 28 Oct 2023 00:11:00 -0400 Subject: [PATCH] Add more dev notes to readme --- README.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.markdown b/README.markdown index bb740c1..233b341 100644 --- a/README.markdown +++ b/README.markdown @@ -57,6 +57,7 @@ docker-compose exec web rake arxiv:oai_update and visit and you will be looking at SciRate! +It may not be possible to make new users locally. If you get stuck, you can disable the `unless verify_recaptcha` code block in `app/controllers/users_controller.rb` and it should work. ## Testing @@ -83,6 +84,7 @@ In the database, each user (in `users`) has an `account_status` column. Change t * Admins can see a dashboard `https://scirate.com/admin`, set a global alert (i.e. for announcing upcoming site maintenance), and act as other users. * A user can also have `account_status` set to `spam`. +There is also a feature to lock comments of a paper. This can be done by changing a flag in the database (there is an open issue to make this accessible in the frontend https://github.com/scirate/scirate/issues/335). ## Acknowledgements