Page MenuHomePhabricator

Read-only access on hosted Phabricator for non-login users
Closed, ResolvedPublic

Asked by remusvrm on Apr 26 2016, 11:20 AM.

Details

We are running a hosted Phabricator on commit ab63b1b2ae348be19ac3f7315de43bd2570a568b.
Users are allowed to login using LDAP credentials.

Right now if you are not login, you are not allowed to see anything in Phabricator.
How can I configure Phabricator in order to give users, which are not login, read-only permissions to see tickets/documentation/etc?
Example: https://secure.phabricator.com/ - I can see the tickets, but I am not allowed to comment them until I am login.

Answers

epriestley
Updated 2,927 Days Ago

Set policy.allow-public to true in Config.

Then, you may want to change the "Default View Policy" for things like tasks in ApplicationsManiphestConfigureEdit Policies. The default is "All Users", but you'll want to use "Public (No Login Required)" instead to let anyone see content.

New Answer

Answer

This question has been marked as closed, but you can still leave a new answer.