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

RC 1.5 beta - password plugin - hmail driver broken #7966

Closed
sneek2020 opened this issue Mar 23, 2021 · 1 comment
Closed

RC 1.5 beta - password plugin - hmail driver broken #7966

sneek2020 opened this issue Mar 23, 2021 · 1 comment

Comments

@sneek2020
Copy link

sneek2020 commented Mar 23, 2021

Hmail driver for password plugin in RC 1.5 beta (file: plugins/password/drivers/hmail.php) seems to be broken. User password in my hMail installation can't be updated anymore while it did successfully in RC 1.4.11.

Culprit seems to be some new coding in hmail.php. If I replace on line 48

list($domain,) = explode('@', $username);

with

$temparr = explode('@', $username); 	
$domain = $temparr[1]; 	

it works as expected again (meaning hmail user password update is successful again).

alecpl added a commit that referenced this issue Mar 24, 2021
@alecpl alecpl added this to the 1.5-rc milestone Mar 24, 2021
@alecpl
Copy link
Member

alecpl commented Mar 24, 2021

Fixed.

@alecpl alecpl closed this as completed Mar 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants