diff --git a/js/app/controllers/settings.js b/js/app/controllers/settings.js index ae3ed298..24144bb7 100644 --- a/js/app/controllers/settings.js +++ b/js/app/controllers/settings.js @@ -180,7 +180,7 @@ var zxcvbn_result = zxcvbn(c.password); if (zxcvbn_result.score <= minStrength) { results.push({ - credential_id: c.credential_id, + guid: c.guid, label: c.label, password: c.password, password_zxcvbn_result: zxcvbn_result diff --git a/js/templates.js b/js/templates.js index 2f3f9f86..9dd11700 100644 --- a/js/templates.js +++ b/js/templates.js @@ -87,7 +87,7 @@ angular.module('views/partials/forms/settings/sharing.html', []).run(['$template angular.module('views/partials/forms/settings/tool.html', []).run(['$templateCache', function ($templateCache) { 'use strict'; $templateCache.put('views/partials/forms/settings/tool.html', - '

{{ \'tool.intro\' | translate}}

{{ \'min.strength\' | translate}}

{{ \'scan.result.msg\' | translate}}

{{ \'label\' | translate}}{{ \'score\' | translate}}{{ \'password\' | translate}}{{ \'action\' | translate}}
{{result.label}}
'); + '

{{ \'tool.intro\' | translate}}

{{ \'min.strength\' | translate}}

{{ \'scan.result.msg\' | translate}}

{{ \'label\' | translate}}{{ \'score\' | translate}}{{ \'password\' | translate}}{{ \'action\' | translate}}
{{result.label}}
'); }]); angular.module('views/partials/forms/share_credential/basics.html', []).run(['$templateCache', function ($templateCache) { diff --git a/templates/views/partials/forms/settings/tool.html b/templates/views/partials/forms/settings/tool.html index c176319a..d407fa62 100644 --- a/templates/views/partials/forms/settings/tool.html +++ b/templates/views/partials/forms/settings/tool.html @@ -36,7 +36,7 @@ secret="'true'"> - +