Home
last modified time | relevance | path

Searched refs:PRIV_USER (Results 1 – 18 of 18) sorted by relevance

/webtrees/app/
H A DAuth.php37 public const PRIV_USER = 1; // Allows members to access the item define in Fisharebest\\Webtrees\\Auth
148 return self::PRIV_USER;
589 self::PRIV_USER => I18N::translate('Show to members'),
H A DTree.php42 'privacy' => Auth::PRIV_USER,
H A DFact.php327 return Auth::PRIV_USER >= $access_level;
H A DIndividual.php135 return Auth::PRIV_USER >= $access_level;
H A DGedcomRecord.php1121 return Auth::PRIV_USER >= $access_level;
/webtrees/app/Module/
H A DFactSourcesReportModule.php33 protected int $access_level = Auth::PRIV_USER;
H A DChangeReportModule.php33 protected int $access_level = Auth::PRIV_USER;
H A DMissingFactsReportModule.php33 protected int $access_level = Auth::PRIV_USER;
H A DOccupationReportModule.php33 protected int $access_level = Auth::PRIV_USER;
H A DIndividualFamiliesReportModule.php33 protected int $access_level = Auth::PRIV_USER;
H A DSourceListModule.php43 protected int $access_level = Auth::PRIV_USER;
H A DRepositoryListModule.php44 protected int $access_level = Auth::PRIV_USER;
H A DLocationListModule.php44 protected int $access_level = Auth::PRIV_USER;
H A DUserMessagesModule.php125 $can_see_tree = $public_tree || Auth::accessLevel($tree, $user) <= Auth::PRIV_USER;
H A DClippingsCartModule.php108 protected int $access_level = Auth::PRIV_USER;
250 $access_level = Auth::PRIV_USER;
H A DPlaceHierarchyListModule.php62 protected int $access_level = Auth::PRIV_USER;
/webtrees/app/Http/RequestHandlers/
H A DTreePreferencesPage.php123 Auth::PRIV_USER => I18N::translate('Show to members'),
/webtrees/app/Services/
H A DGedcomExportService.php77 'user' => Auth::PRIV_USER,