View Issue Details

IDProjectCategoryView StatusLast Update
0002762SOGoWeb Generalpublic2014-05-09 15:05
ReporterJens Erat Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status newResolutionopen 
Product Version2.2.3 
Summary0002762: Password managers fail at autosubmitting due to form/@submit not pointing to javascript call
Description

The action attribute of the login form points to "/SOGo/connect" instead of running the login javascript. This results in password managers not being able to automatically performing the login, instead you're sent to the ajax result.

Logging in worked anyway, but the user has to modify the URL (remove "/connect" from the end) to finally load the SOGo GUI.

Expected behavior: Login-javascript gets executed, like it would happen if you press enter or the submit button.

Steps To Reproduce
  1. Use password manager like 1Password (probably also affects others like Keypass, not verified)
  2. Use password manager to automatically fill-in login information and let it submit the login form
  3. You get forwarded to /SOGo/connect which shows the ajax call result
Additional Information

Probably solvable by using the form/@onSubmit attribute.

TagsNo tags attached.

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2014-05-09 15:05 Jens Erat New Issue