Bug 1562798
| Summary: | CFME - usage of non standard special characters (e.g. accents) in password causes user is not able to login | ||
|---|---|---|---|
| Product: | Red Hat CloudForms Management Engine | Reporter: | Satoe Imaishi <simaishi> |
| Component: | UI - Service | Assignee: | Martin Hradil <mhradil> |
| Status: | CLOSED ERRATA | QA Contact: | Matt Pusateri <mpusater> |
| Severity: | medium | Docs Contact: | |
| Priority: | high | ||
| Version: | 5.8.0 | CC: | awight, bascar, cpelland, dclarizi, greartes, lavenel, mpusater, obarenbo, simaishi, smallamp, vdulava |
| Target Milestone: | GA | Keywords: | ZStream |
| Target Release: | 5.8.4 | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | auth:db | ||
| Fixed In Version: | 5.8.4.4 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | 1527316 | Environment: | |
| Last Closed: | 2018-06-25 14:19:13 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | CFME Core | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | 1527316 | ||
| Bug Blocks: | 1551709 | ||
|
Comment 5
CFME Bot
2018-04-10 02:02:39 UTC
Verified on 5.8.4.3, auth DB. Side note: fails on SSUI, see: https://bugzilla.redhat.com/show_bug.cgi?id=1579501 New commit detected on ManageIQ/manageiq-ui-service/fine: https://github.com/ManageIQ/manageiq-ui-self_service/commit/577c5533bdc412df10b2730c283253f36ff658ae commit 577c5533bdc412df10b2730c283253f36ff658ae Author: Allen Wight <allen.b.wight> AuthorDate: Wed Mar 28 10:00:30 2018 -0400 Commit: Allen Wight <allen.b.wight> CommitDate: Wed Mar 28 10:00:30 2018 -0400 Merge pull request #1411 from himdel/password-utf-bz1527316 AuthenticationAPI - use base64encode which can deal with UTF8 passwords (cherry picked from commit 0ae3d013fe0c6211080adb28f9c8130ba3ed1bdc) Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1562798 client/app.js | 1 - client/app/core/authentication-api.factory.js | 13 +- client/app/core/core.module.js | 1 - package.json | 3 +- yarn.lock | 18 +- 5 files changed, 21 insertions(+), 15 deletions(-) Verified in 5.8.4.4 with database user and MIQLDAP-AD Classic and SSUI Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHSA-2018:1972 |