]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Get rid of masked value in listing 2683/head
authorJeremy Benoist <jeremy.benoist@gmail.com>
Sun, 18 Jun 2017 13:34:59 +0000 (15:34 +0200)
committerJeremy Benoist <jeremy.benoist@gmail.com>
Tue, 20 Jun 2017 14:03:39 +0000 (16:03 +0200)
src/Wallabag/CoreBundle/Resources/views/themes/baggy/SiteCredential/index.html.twig
src/Wallabag/CoreBundle/Resources/views/themes/material/SiteCredential/index.html.twig

index c128bcebd0e13b3f6cf176e245343421c62999f5..324854add9ba0d86c4f321b7b735019ca7d555bc 100644 (file)
@@ -15,7 +15,6 @@
                             <thead>
                                 <tr>
                                     <th>{{ 'site_credential.form.host_label'|trans }}</th>
-                                    <th>{{ 'site_credential.form.username_label'|trans }}</th>
                                     <th>{{ 'site_credential.list.actions'|trans }}</th>
                                 </tr>
                             </thead>
@@ -23,7 +22,6 @@
                             {% for credential in credentials %}
                                 <tr>
                                     <td>{{ credential.host }}</td>
-                                    <td>{{ credential.username }}</td>
                                     <td>
                                         <a href="{{ path('site_credentials_edit', { 'id': credential.id }) }}">{{ 'site_credential.list.edit_action'|trans }}</a>
                                     </td>
index 4d30a69254930577c659b590ab878d3635b5575e..324854add9ba0d86c4f321b7b735019ca7d555bc 100644 (file)
@@ -15,8 +15,6 @@
                             <thead>
                                 <tr>
                                     <th>{{ 'site_credential.form.host_label'|trans }}</th>
-                                    <th>{{ 'site_credential.form.username_label'|trans }}</th>
-                                    <th>{{ 'site_credential.form.password_label'|trans }}</th>
                                     <th>{{ 'site_credential.list.actions'|trans }}</th>
                                 </tr>
                             </thead>
@@ -24,8 +22,6 @@
                             {% for credential in credentials %}
                                 <tr>
                                     <td>{{ credential.host }}</td>
-                                    <td>*****</td>
-                                    <td>*****</td>
                                     <td>
                                         <a href="{{ path('site_credentials_edit', { 'id': credential.id }) }}">{{ 'site_credential.list.edit_action'|trans }}</a>
                                     </td>