You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
During testing I noticed that regular user accounts do not have permissions to view the forums.
This is the forum viewed as an admin. Thus far, most testing has been done from an admin account.
And this is the same forum viewed as a regular user.
A fix would be pretty easy, we would just need to set django-machina's default authenticated user permissions setting according to the defaults provided here. This would apply to all authenticated users across all forums that don't have more restrictive permissions.
Alternatively, we could consider setting permissions manually on a per forum basis, more info on what that would entail and a full list of possible permissions can also be found here.
The text was updated successfully, but these errors were encountered:
During testing I noticed that regular user accounts do not have permissions to view the forums.
This is the forum viewed as an admin. Thus far, most testing has been done from an admin account.
And this is the same forum viewed as a regular user.
A fix would be pretty easy, we would just need to set django-machina's default authenticated user permissions setting according to the defaults provided here. This would apply to all authenticated users across all forums that don't have more restrictive permissions.
Alternatively, we could consider setting permissions manually on a per forum basis, more info on what that would entail and a full list of possible permissions can also be found here.
The text was updated successfully, but these errors were encountered: