You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if a new guest tries to reset their password with the link in the mail they get, they receive a message saying “ Request failed with status code 500”. See also this screenshot:
The protocol shows the following error:
Error message
[index] Fehler: Call to undefined method OCP\User\Events\PasswordUpdatedEvent::getLoginName() in file '/var/www/nextcloud-subvolume/nextcloud/apps/files_external/lib/Listener/StorePasswordListener.php' line 61
POST /lostpassword/set/jNvY8QpNx0cfCHKkBpIH3/<mailaddress>
from <ip> at 2022-01-09T12:19:52+00:00
/var/www/nextcloud-subvolume/nextcloud/lib/private/AppFramework/App.php - line 157:
OC\AppFramework\Http\Dispatcher->dispatch()
/var/www/nextcloud-subvolume/nextcloud/lib/private/Route/Router.php - line 302:
OC\AppFramework\App::main()
/var/www/nextcloud-subvolume/nextcloud/lib/base.php - line 1006:
OC\Route\Router->match()
/var/www/nextcloud-subvolume/nextcloud/index.php - line 36:
OC::handleRequest()
Verursacht durch Error: Call to undefined method OCP\User\Events\PasswordUpdatedEvent::getLoginName()
/var/www/nextcloud-subvolume/nextcloud/lib/private/EventDispatcher/ServiceEventListener.php - line 87:
OCA\Files_External\Listener\StorePasswordListener->handle()
/var/www/nextcloud-subvolume/nextcloud/3rdparty/symfony/event-dispatcher/EventDispatcher.php - line 251:
OC\EventDispatcher\ServiceEventListener->__invoke()
/var/www/nextcloud-subvolume/nextcloud/3rdparty/symfony/event-dispatcher/EventDispatcher.php - line 73:
Symfony\Component\EventDispatcher\EventDispatcher->callListeners()
/var/www/nextcloud-subvolume/nextcloud/lib/private/EventDispatcher/EventDispatcher.php - line 88:
Symfony\Component\EventDispatcher\EventDispatcher->dispatch()
/var/www/nextcloud-subvolume/nextcloud/lib/private/EventDispatcher/EventDispatcher.php - line 100:
OC\EventDispatcher\EventDispatcher->dispatch()
/var/www/nextcloud-subvolume/nextcloud/lib/private/Server.php - line 579:
OC\EventDispatcher\EventDispatcher->dispatchTyped()
<<closure>>
OC\Server->OC\{closure}("*** sensiti ... *")
/var/www/nextcloud-subvolume/nextcloud/lib/private/Hooks/EmitterTrait.php - line 106:
call_user_func_array()
/var/www/nextcloud-subvolume/nextcloud/lib/private/Hooks/PublicEmitter.php - line 40:
OC\Hooks\BasicEmitter->emit()
/var/www/nextcloud-subvolume/nextcloud/lib/private/User/User.php - line 328:
OC\Hooks\PublicEmitter->emit()
/var/www/nextcloud-subvolume/nextcloud/core/Controller/LostController.php - line 265:
OC\User\User->setPassword()
/var/www/nextcloud-subvolume/nextcloud/lib/private/AppFramework/Http/Dispatcher.php - line 217:
OC\Core\Controller\LostController->setPassword()
/var/www/nextcloud-subvolume/nextcloud/lib/private/AppFramework/Http/Dispatcher.php - line 126:
OC\AppFramework\Http\Dispatcher->executeController()
/var/www/nextcloud-subvolume/nextcloud/lib/private/AppFramework/App.php - line 157:
OC\AppFramework\Http\Dispatcher->dispatch()
/var/www/nextcloud-subvolume/nextcloud/lib/private/Route/Router.php - line 302:
OC\AppFramework\App::main()
/var/www/nextcloud-subvolume/nextcloud/lib/base.php - line 1006:
OC\Route\Router->match()
/var/www/nextcloud-subvolume/nextcloud/index.php - line 36:
OC::handleRequest()
It looks like the issue has something to do with the files_external app. I have one local external storage activated.
I was unsure if I should report the issue in the repo for the files_external app but I descided to do it here. If that was wrong, please tell me.
If any additional information is needed, I'm happy to provide it.
Server configuration
Operating system: Fedora Linux 35
Web server: Server version: Apache/2.4.52 (Fedora Linux)
Database: mariadb Ver 15.1 Distrib 10.5.13-MariaDB, for Linux (x86_64) using EditLine wrapper
Hello,
if a new guest tries to reset their password with the link in the mail they get, they receive a message saying “ Request failed with status code 500”. See also this screenshot:
The protocol shows the following error:
Error message
It looks like the issue has something to do with the files_external app. I have one local external storage activated.
I was unsure if I should report the issue in the repo for the files_external app but I descided to do it here. If that was wrong, please tell me.
If any additional information is needed, I'm happy to provide it.
Server configuration
Operating system: Fedora Linux 35
Web server: Server version: Apache/2.4.52 (Fedora Linux)
Database: mariadb Ver 15.1 Distrib 10.5.13-MariaDB, for Linux (x86_64) using EditLine wrapper
PHP version: PHP 8.0.14 (cli) (built: Dec 16 2021 03:01:07) ( NTS gcc x86_64 )
Nextcloud version: 23.0.0.10
My nextcloud config:
Config
App list:
App list
The text was updated successfully, but these errors were encountered: