Login with Safari 9.1.3 not possible
Describe the bug A user reports, that the login is not possible with the 2 years old Mac browser Safari 9.1.3
To Reproduce Steps to reproduce the behavior:
- Open the login dialogue
- Try to login
- The form returns empty, without error message, as if nothing had been entered.
Expected behavior Login should be possible or an error message should appear.
Screenshots A screenshot is attached with the output of a featuretest if Safari 9.1.3
Desktop (please complete the following information):
- OS: Mac OS
- Browser: Safari
- Version: 9.1.3
Culd be related to missing babel polyfill that is needed for the ECMAScript 5 & 6 part. https://babeljs.io/docs/en/babel-polyfill
There is a security issue: After klicking the login button the username and password appear in the URL! https://alpha.human-connection.org/auth/login?email=[username]&password=[password]&submit= I propose to block this browser from accessing the HC login page and the member area and instead show an appropriate error message to the user.