WebApp icon indicating copy to clipboard operation
WebApp copied to clipboard

Login with Safari 9.1.3 not possible

Open datenbrei opened this issue 7 years ago • 2 comments

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:

  1. Open the login dialogue
  2. Try to login
  3. 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
safari 1 safari 2 safari 3 safari 4 safari 5 safari 6 safari 7

datenbrei avatar Sep 17 '18 06:09 datenbrei

Culd be related to missing babel polyfill that is needed for the ECMAScript 5 & 6 part. https://babeljs.io/docs/en/babel-polyfill

appinteractive avatar Sep 17 '18 09:09 appinteractive

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.

sushidave avatar Jan 12 '19 12:01 sushidave