Skip to content

[stable25] dispatch BeforeUserLoggedInEvent - #37071

Closed
backportbot-nextcloud[bot] wants to merge 1 commit into
stable25from
backport/36883/stable25
Closed

[stable25] dispatch BeforeUserLoggedInEvent#37071
backportbot-nextcloud[bot] wants to merge 1 commit into
stable25from
backport/36883/stable25

Conversation

@backportbot-nextcloud

@backportbot-nextcloudbackportbot-nextcloudBot commented Mar 7, 2023

Copy link
Copy Markdown
  • ⚠️ This backport had conflicts and is incomplete

backport of #36883

Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
parent::__construct();
$this->username = $username;
$this->password = $password;
$this->backend = $backend;

Check failure

Code scanning / Psalm

UndefinedThisPropertyAssignment

Instance property OCP\User\Events\BeforeUserLoggedInEvent::$backend is not defined
* @since 26.0.0
*/
public function getBackend(): ?IApacheBackend {
return $this->backend;

Check failure

Code scanning / Psalm

UndefinedThisPropertyFetch

Instance property OCP\User\Events\BeforeUserLoggedInEvent::$backend is not defined
@blizzzblizzz mentioned this pull request Mar 13, 2023
@blizzz

Copy link
Copy Markdown
Member

@ArtificialOwl conflicts

@blizzz

Copy link
Copy Markdown
Member

moving to 25.0.6

@come-nc
come-nc removed their request for review March 21, 2023 10:24
@solracsf
solracsf deleted the backport/36883/stable25 branch April 5, 2023 19:52
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

2. developingWork in progress

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@blizzz@github-advanced-security@ArtificialOwl