diff --git a/web/assets/js/app.js b/web/assets/js/app.js
index a75062e30898a84407d56fd98ce0f2ee71c8f9cc..a0a457caf5c18c13229fbbdaf7fbbffa208c015c 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
+    });