Skip to content

Now resends verification email for account recovery#674

Merged
joshi1983 merged 1 commit intohhaccessibility:masterfrom
M4ttoF:648-update
Aug 1, 2018
Merged

Now resends verification email for account recovery#674
joshi1983 merged 1 commit intohhaccessibility:masterfrom
M4ttoF:648-update

Conversation

@M4ttoF
Copy link
Copy Markdown
Collaborator

@M4ttoF M4ttoF commented Aug 1, 2018

Addresses #648

@joshi1983 joshi1983 merged commit 12162eb into hhaccessibility:master Aug 1, 2018
return view('pages.password_recovery.unmatched_email');
}

if( $matching_user->email_verification_time == null) {
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This if-statement breaks the code styling tests. I'm about to make a separate pull request to fix the problem.

Please run "composer all" every time you make a pull request or update one.

joshi1983 added a commit that referenced this pull request Aug 7, 2018
This problem was introduced by pull request #674.

This is related to changes for issue #648.

if( $matching_user->email_verification_time == null) {
$confirmationLink = BaseUser::generateConfirmationLink($matching_user);
Mail::send(new ConfirmationMail(
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Where is ConfirmationMail defined? I guess you want it to be the one from App\Mail\ConfirmationMail but since that's not mentioned in the use statements, it is trying to find ConfirmationMail in App\Controllers namespace and failing.

image

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I created and merged pull request #682 to fix this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants