Allow End users to browse without Signing up

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
Habboubih
Posts: 3
Joined: 09 Sep 2017, 06:35

Allow End users to browse without Signing up

Post by Habboubih »

Hello,

I am a bit stuck in documentation because it's a huge. So I thought I'd get help from this forum.

I want users to browse the bug tracker page and see the progress of all posted bugs without having to sign up. The only time signing up is required is when the end user wants to report a bug. Is this possible? I can see that Mantis is doing this too so It's possible (https://www.mantisbt.org/bugs/my_view_page.php). I can browse without the need of signing in.

I have tried to enable anonymous login but that's not what I want.
atrol
Site Admin
Posts: 8366
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: Allow End users to browse without Signing up

Post by atrol »

Check settings of your projects.
They have to be set to "public" (vs. "private") if you want users to see them without being assigned to the project.
Please use Search before posting and read the Manual
Habboubih
Posts: 3
Joined: 09 Sep 2017, 06:35

Re: Allow End users to browse without Signing up

Post by Habboubih »

atrol wrote:Check settings of your projects.
They have to be set to "public" (vs. "private") if you want users to see them without being assigned to the project.
All of my projects are public. When I visit the bug tracker webpage, it redirects me to the login page.
atrol
Site Admin
Posts: 8366
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: Allow End users to browse without Signing up

Post by atrol »

Have you enabled anonymous login?
Please use Search before posting and read the Manual
Habboubih
Posts: 3
Joined: 09 Sep 2017, 06:35

Re: Allow End users to browse without Signing up

Post by Habboubih »

atrol wrote:Have you enabled anonymous login?
Enabling anonymous login will still require the user to log in. I want the user when he/she visits the tracking page that it would exactly the same as you did in https://www.mantisbt.org/bugs/

When I visit your page, it will redirect me to my_view_page.php but my website will redirect me to the login page even if I enabled anonymous login.
atrol
Site Admin
Posts: 8366
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: Allow End users to browse without Signing up

Post by atrol »

Habboubih wrote:Enabling anonymous login
Seems you are doing something wrong.
Have you set $g_allow_anonymous_login and $g_anonymous_account?
Please use Search before posting and read the Manual
Post Reply