Bug 42861 - Improvements login form SAML
Improvements login form SAML
Status: RESOLVED WONTFIX
Product: UCS
Classification: Unclassified
Component: SAML
UCS 4.2
Other Mac OS X 10.1
: P5 normal with 1 vote (vote)
: ---
Assigned To: UCS maintainers
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2016-11-07 10:29 CET by remko.gerbranda
Modified: 2020-07-03 20:51 CEST (History)
2 users (show)

See Also:
What kind of report is it?: Bug Report
What type of bug is this?: 2: Improvement: Would be a product improvement
Who will be affected by this bug?: 4: Will affect most installed domains
How will those affected feel about the bug?: 2: A Pain – users won’t like this once they notice it
User Pain: 0.091
Enterprise Customer affected?:
School Customer affected?:
ISV affected?:
Waiting Support:
Flags outvoted (downgraded) after PO Review:
Ticket number:
Bug group (optional): Design, External feedback, Usability
Max CVSS v3 score:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description remko.gerbranda 2016-11-07 10:29:41 CET
I have some suggestions which I applied to our UCS.
The all apply to /simplesamlphp/module.php/core/loginuserpass.php

1) Add a "Change password" link (/univention-management-console/#module=passwordchange::0:) on the SAML login page

2) We had an issue with the width of the form fields in combination with LastPass. 

I solved this by adding the following to /var/www/ucs-overview/css/ucs.css

#username {
  width:320px;
}
#password {
  width:320px;
}

3) on mobile devices the first letter of the login name is capitalized. To prevent this, add the following to the username element:

autocapitalize="off"

4) add focus on load to username element

<body onload="document.getElementById('username').focus()">
Comment 1 Florian Best univentionstaff 2016-11-09 16:38:15 CET
I think we will improve this in UCS 4.2.
Comment 2 Ingo Steuwer univentionstaff 2020-07-03 20:51:55 CEST
This issue has been filed against UCS 4.2.

UCS 4.2 is out of maintenance and many UCS components have changed in later releases. Thus, this issue is now being closed.

If this issue still occurs in newer UCS versions, please use "Clone this bug" or reopen it and update the UCS version. In this case please provide detailed information on how this issue is affecting you.