Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
S SobiPro
  • Project overview
    • Project overview
    • Details
    • Activity
  • Issues 2
    • Issues 2
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Analytics
    • Analytics
    • Repository
    • Value Stream
  • Members
    • Members
  • Activity
  • Create a new issue
  • Issue Boards
Collapse sidebar
  • Sigsiu.NET GmbH
  • SobiPro
  • Issues
  • #104

Closed
Open
Created May 25, 2018 by Sławek Sikora@SikorReporter

Guest user group

It looks like guest user group isn't correctly recognized by SobiPro. Technically using Guest group should allow to set different permissions for visitors than registered, but if we move access from Public to Guest then not logged in user lost access to the component.
Here is code change suggestion of one of the user, I'm not sure if this is correct solution, but will paste it here in case of:

components/com_sobipro/lib/cms/joomla3/base/user.php, line 178

// PATCH Guest User
if ((count($this->gid) === 1) && ($this->gid[0] === 0)) {
$gids = 9;
} else {
$gids = implode( ', ', $this->gid );
}
// PATCH Guest User
Assignee
Assign to
1.4.8
Milestone
1.4.8 (Past due)
Assign milestone
Time tracking

footer

Legal Notice / Impressum | Data Protection / Datenschutzinformation