Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit 2dddd960 authored by Akhil's avatar Akhil 🙂
Browse files

send pwd as 1

parent fc86b093
Loading
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -55,10 +55,8 @@ class BeforeTemplateRenderedListener implements IEventListener {
			return;
		}
		
		$password = $this->session->get('oidc_access_token');
		if(empty($password)) {
			return;
		}
		// Just send over '1' as the plugin must set the correct one
		$password = strval($isOidcLogin);

		$account = $actions->LoginProcess($email, $password, false);
		if ($account) {