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

Email subject in config #524

Open
robert-codern opened this issue Mar 20, 2015 · 2 comments
Open

Email subject in config #524

robert-codern opened this issue Mar 20, 2015 · 2 comments

Comments

@robert-codern
Copy link

Hello,

I would like to change the subject of the emails sent with confide based on my lang files.
I've edited 'Email Views' in config.php but there's no configuration option for the email subject from
EloquentPasswordService.php, or I might missed it.

function ($message) use ($user, $token, $lang) {
    $message
        ->to($user->email, $user->username)
        ->subject($lang->get('confide::confide.email.password_reset.subject'));
    }

Thanks

@tvillafane
Copy link

@robert-codern, I had this issue recently. You have to make another confide.php file in your lang folder. The file path is like this: your_app/app/lang/packages/language_name/confide/confide.php. From there, you can override the defaults in the Confide package.

@robert-codern
Copy link
Author

Great, thank you!

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

No branches or pull requests

2 participants