[
https://issues.apache.org/jira/browse/EAGLE-1071?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16301083#comment-16301083
]
ASF GitHub Bot commented on EAGLE-1071:
---------------------------------------
Github user zombieJ commented on a diff in the pull request:
https://github.com/apache/eagle/pull/972#discussion_r158444289
--- 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 --
Hi @VSJTech,
Look good to me. And could you help to format the code?
Thanks
> 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)