Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • typo3 typo3
  • Project information
    • Project information
    • Activity
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Insights
    • Issue
    • Repository
  • Activity
  • Graph
  • Jobs
  • Commits
Collapse sidebar
  • typo3
  • typo3typo3
  • Repository

Switch branch/tag
  • typo3
  • typo3
  • sysext
  • frontend
  • Classes
  • Authentication
  • FrontendUserAuthentication.php
Find file BlameHistoryPermalink
  • Stephan Großberndt's avatar
    [BUGFIX] Avoid postgresql error previewing a fe_group-protected page · 5b3af51f
    Stephan Großberndt authored May 06, 2022 and Stefan Bürk's avatar Stefan Bürk committed May 07, 2022
    Avoid a postgresql error when previewing a page from the backend which
    has an access protection by a fe_group due to PreviewSimulator faking
    a fe_user with uid PHP_INT_MAX and sql failure to update the is_online
    status of this fake user in PostgreSQL as column fe_users.uid is of type
    integer and thus has max value of 2147483647 instead of PHP_INT_MAX.
    
    Releases: main, 11.5, 10.4
    Resolves: #97564
    Change-Id: I16c866c368a9b3f5ac6bdfacf2c6660a7046df5a
    Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/74529
    
    Tested-by: core-ci's avatarcore-ci <typo3@b13.com>
    Tested-by: Nikita Hovratov's avatarNikita Hovratov <nikita.h@live.de>
    Tested-by: Stefan Bürk's avatarStefan Bürk <stefan@buerk.tech>
    Reviewed-by: Oliver Klee's avatarOliver Klee <typo3-coding@oliverklee.de>
    Reviewed-by: Andreas Fernandez's avatarAndreas Fernandez <a.fernandez@scripting-base.de>
    Reviewed-by: Nikita Hovratov's avatarNikita Hovratov <nikita.h@live.de>
    Reviewed-by: Stefan Bürk's avatarStefan Bürk <stefan@buerk.tech>
    5b3af51f

Replace FrontendUserAuthentication.php

Attach a file by drag & drop or click to upload


Cancel
GitLab will create a branch in your fork and start a merge request.