Daniel Voros created RANGER-2123:
------------------------------------
Summary: Different error msg on backend/frontend login validation
Key: RANGER-2123
URL: https://issues.apache.org/jira/browse/RANGER-2123
Project: Ranger
Issue Type: Bug
Components: admin
Affects Versions: 1.0.0
Reporter: Daniel Voros
Leaving the pass empty will result in a JS error, while a wrong password will
get the server response:
{code}
The username or password you entered is incorrect..
{code}
vs
{code}
The username or password you entered is incorrect...
{code}
Lets go with a single '.' in both cases!
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)