aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/UserBundle/Resources/views/TwoFactor
Commit message (Collapse)AuthorAgeFilesLines
* webpack & views: replace bundles/wallabagcore with wallassetsKevin Decherf2017-10-241-1/+1
| | | | | | | This change will prevent composer from removing wallabagcore assets when installing assets. Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* Fixed 404 for wallabag logo in 2FANicolas LÅ“uillet2016-12-011-1/+1
|
* Forgot a double quoteBaptiste Mille-Mathias2016-05-191-1/+1
|
* Fix image path in 2-factor authentification emailBaptiste Mille-Mathias2016-05-181-1/+1
| | | | Fix the broken url to image ressource hosted on wallabag.org
* Convert english translation fileJeremy Benoist2016-03-201-1/+1
| | | | | | | - convert english translation to translate key - remove baggy template for login (never used since user isn't logged in and it'll use the default theme: material) - fix tests about text in response (now checking translation key instead of translated text) - remove all ugly `<div class="hidden">{{ form_rest(form) }}</div>`
* Update HTML 2FA templateJeremy Benoist2016-01-211-15/+20
| | | | | | Split paragraph in translation Inject wallabag_url for image in HTML template Remove username & password from config_dev.yml (null are already the default value)
* #1490 HTML in E-MailsAlexandr Danilov2016-01-211-3/+97
|
* Use HTML email for 2FAJeremy Benoist2016-01-211-0/+18
Related to #1490