[
https://issues.apache.org/jira/browse/EAGLE-1071?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16296297#comment-16296297
]
ASF GitHub Bot commented on EAGLE-1071:
---------------------------------------
Github user haoch commented on a diff in the pull request:
https://github.com/apache/eagle/pull/972#discussion_r157673368
--- Diff: eagle-server/src/main/webapp/app/dev/public/js/ctrls/authCtrl.js
---
@@ -26,6 +26,14 @@
$scope.password = '';
$scope.login = function () {
+ if (!$scope.username || !$scope.password)
--- End diff --
@zombieJ could you please have a look about the changes?
> Login form takes empty entries
> -------------------------------
>
> Key: EAGLE-1071
> URL: https://issues.apache.org/jira/browse/EAGLE-1071
> Project: Eagle
> Issue Type: Bug
> Components: Core::Eagle Server
> Reporter: VSJTech
> Priority: Minor
> Fix For: v0.5.0
>
>
> After Ldap integration the login successfully returns to home with the
> username near the user icon.
> But when provided empty entries it takes and on submission reports username
> or password is incorrect.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)