Actions
Bug #12543
closedEmail id with latin,utf-8 is not accepted while creating user
Difficulty:
Triaged:
Bugzilla link:
Pull request:
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1204667
Description of problem:
Email id with latin,utf-8 is not accepted while creating user
- rpm -q foreman
foreman-1.7.2.13-1.el7sat.noarch
How reproducible:
everytime
Steps to Reproduce:
1.# hammer -v -u admin -p changeme --output=csv user create --firstname="8ugfuf1BFN" --lastname="0yWWyrdyMY" --password="yjaepmzj2z" --auth-source-id="1" --mail="择[U+3AA37][U+10CF69][U+E9F5F][U+53AE7][U+D27C0][U+78E3D][U+1912D][U+30F94][U+26E96]@somemail.com" --login="zf8jUe"
[ERROR 2015-03-23 06:27:54 Exception] Email address is invalid
Could not create the user:
Email address is invalid
2.
3.
Actual results:
Expected results:
Additional info:
Updated by Dominic Cleal almost 9 years ago
- Related to Bug #5811: User email validation doesn't exactly match specification added
Updated by The Foreman Bot over 8 years ago
- Status changed from New to Ready For Testing
- Assignee set to Amir Fefer
- Pull request https://github.com/theforeman/foreman/pull/3305 added
Updated by Amir Fefer over 8 years ago
- Related to Refactor #14641: Simplify e-mail address regex added
Updated by Amir Fefer about 8 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset 263edc74d87451cb3d782543fc8d98f424d060af.
Updated by Dominic Cleal about 8 years ago
- Translation missing: en.field_release set to 189
Updated by The Foreman Bot over 7 years ago
- Pull request https://github.com/theforeman/foreman-packaging/pull/1550 added
Updated by Eric Helms over 7 years ago
- Pull request deleted (
https://github.com/theforeman/foreman-packaging/pull/1550)
Updated by Tomer Brisker almost 7 years ago
- Related to Bug #21736: Bump mail gem to 2.7 added
Actions