From 99c105a621e8787c1e92c8c12017524f9a3489a9 Mon Sep 17 00:00:00 2001 From: "Eduardo L. Buratti" <elb09@c3sl.ufpr.br> Date: Thu, 14 Nov 2013 10:34:17 -0200 Subject: [PATCH] web: Remove default user and password Signed-off-by: Eduardo L. Buratti <elb09@c3sl.ufpr.br> --- web/assets/js/app.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/web/assets/js/app.js b/web/assets/js/app.js index a75062e..a0a457c 100644 --- a/web/assets/js/app.js +++ b/web/assets/js/app.js @@ -73,8 +73,8 @@ angular.module('datasid', ['ngResource', 'ui.router', 'datasid.install', 'datasi includeUrl: '', error: null, loading: false, - username: 'admin', - password: '123mudar', + username: '', + password: '', buttonText: 'Acesso Restrito', click: function () { if ($scope.session.loggedIn) @@ -171,4 +171,4 @@ angular.module('datasid', ['ngResource', 'ui.router', 'datasid.install', 'datasi }); } }); - }); \ No newline at end of file + }); -- GitLab