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

missing image in two factor authentication email #2045

Closed
bmillemathias opened this issue May 9, 2016 · 2 comments
Closed

missing image in two factor authentication email #2045

bmillemathias opened this issue May 9, 2016 · 2 comments
Milestone

Comments

@bmillemathias
Copy link
Contributor

Issue details

The logo is missing in the mail generated by wallabag when sending the two-factor authentication mail

email_wallabag

The picture links to http://v2.wallabag.org/themes/material/img/logo-other_themes.png which returns a 404.

Environment

  • wallabag version (or git revision) that exhibits the issue: 2.0.4
  • How did you install wallabag: git clone
  • Last wallabag version that did not exhibit the issue (if applicable): N/A
  • php version: 7.0.4
  • OS: debian
  • type of hosting: dedicated
  • which storage system you choose at install: MySQL

Steps to reproduce/test case

N/A

@nicosomb
Copy link
Member

nicosomb commented May 9, 2016

Maybe I forgot to publish assets on v2.wallabag.org. Will check that.

@nicosomb
Copy link
Member

In email_auth_code.html.twig, we need to replace the picture URL by using asset

<td style="padding: 20px;" width="96px" valign="top"><img class="image_fix" src="{{ wallabag_url }}/themes/material/img/logo-other_themes.png" alt="logo" title="{{ wallabag_url }}" style="width: 96px; height: 96px;" /></td>

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

3 participants