Bug 1144162
Summary: | Cannot use UTF8 characters as a user's login, firstname or lastname | ||||||
---|---|---|---|---|---|---|---|
Product: | Red Hat Satellite | Reporter: | jaudet | ||||
Component: | Users & Roles | Assignee: | satellite6-bugs <satellite6-bugs> | ||||
Status: | CLOSED ERRATA | QA Contact: | Bruno Rocha <rochacbruno> | ||||
Severity: | low | Docs Contact: | |||||
Priority: | unspecified | ||||||
Version: | 6.0.4 | CC: | bkearney, dcleal, omaciel, sthirugn | ||||
Target Milestone: | Unspecified | Keywords: | Triaged | ||||
Target Release: | Unused | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
URL: | http://projects.theforeman.org/issues/7548 | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2016-07-27 08:45:10 UTC | Type: | Bug | ||||
Regression: | --- | Mount Type: | --- | ||||
Documentation: | --- | CRM: | |||||
Verified Versions: | Category: | --- | |||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
Cloudforms Team: | --- | Target Upstream Version: | |||||
Embargoed: | |||||||
Attachments: |
|
Description
jaudet
2014-09-18 19:51:47 UTC
Created attachment 939027 [details]
Server log for the described error.
A test targeting this issue has been created. See: https://github.com/SatelliteQE/robottelo/pull/1403 Since this issue was entered in Red Hat Bugzilla, the release flag has been set to ? to ensure that it is properly evaluated for this release. Created redmine issue http://projects.theforeman.org/issues/7548 from this bug Moving to POST since upstream bug http://projects.theforeman.org/issues/7548 has been closed ------------- Anonymous Applied in changeset commit:f4aa6463dc217aa2739927997a51254988ad929f. moving fixed intems into 6.2 The following permutations were used to verify this issue: Login | First Name | Surname ----------------------------- überüser | Bart Simpson mane | Zé | Mane rolo | Ze | Mané 㳤沪㛴懎镶歿宓퓺헍艁 | 㳤沪㛴懎镶歿 | 宓퓺헍艁 * All users were successfully created via the web UI * All users were able to successfully log in via the web UI Next step, we will check this issue using the REST API. API Verified on: Satellite6.2.0 Snap4.0 running on RHEL 7 x86_64 Steps: * Use curl to call the /api/users API endpoint * Create a user for each variant on table (see below) * Login via the web UI using each user curl -X POST -H "Content-Type: application/json" -H "Authorization: Basic KEY" -d '{ "user": { "login": "USER", "firstname": "FIRST", "lastname": "LAST", "mail": "bart", "password": "s3cr3tâé", "auth_source_id": 1 } }' "https://SATELLITE_HOST/api/users" The above was tested for each variant below: Login | First Name | Surname ----------------------------- überüser | Bart Simpson mane | Zé | Mane rolo | Ze | Mané 㳤沪㛴懎镶歿宓퓺헍艁 | 㳤沪㛴懎镶歿 | 宓퓺헍艁 Result: * All users were successfully created via the REST API (curl & postman) * All users were able to successfully log in via the web UI 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/RHBA-2016:1500 |