Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Can't reset organiser user passwords - temp fix included #1126

Open
MacBadger opened this issue Dec 20, 2023 · 0 comments
Open

[BUG] Can't reset organiser user passwords - temp fix included #1126

MacBadger opened this issue Dec 20, 2023 · 0 comments
Labels
bug Features or code that is not working correctly

Comments

@MacBadger
Copy link

MacBadger commented Dec 20, 2023

Describe the bug
When a user with organiser access has forgotten password the forgotten password link doesn't work, sending people to the 'maintenance page'.

Enabling debugging it results with:-

InvalidArgumentException
View [Emails.Auth.Reminder] not found.
https://tickets.musicbroth.org/login/forgot-password
Hide solutions
Emails.Auth.Reminder was not found.
Did you mean de.Emails.Auth.Reminder?

Looking into it, this wouldn't occur if a different language was being used as it would refer to the directory:
Attendize/resources/views/de {or other language}/Emails/Auth/

Code does not attempt to grab /en/ folder, instead going to:

Attendize/resources/views/Emails/Auth/

where the Auth folder doesn't exisit in /Emails dir

Simple fix for now :-

copy views/en/Emails folder and contained blade from /en/ and paste to /Views/Emails

I didn't have time to trace why it wasn't selecting /en/ myself.

Environment the bug happens in (Desktop, Mobile, CLI) (please complete the following information):

  • OS: Linux

Version of Attendize you are using

  • Master branch

Where you are running Attendize

  • VPS
@MacBadger MacBadger added the bug Features or code that is not working correctly label Dec 20, 2023
@MacBadger MacBadger changed the title [BUG] Can't reset orginser user passwords - fiz included [BUG] Can't reset orginser user passwords - temp fix included Dec 20, 2023
@MacBadger MacBadger changed the title [BUG] Can't reset orginser user passwords - temp fix included [BUG] Can't reset organiser user passwords - temp fix included Dec 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Features or code that is not working correctly
Projects
None yet
Development

No branches or pull requests

1 participant