Bug 1513328
| Summary: | default example value of email for admin user uses real domain name | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Red Hat Storage] Red Hat Gluster Storage | Reporter: | Martin Bukatovic <mbukatov> | ||||
| Component: | web-admin-tendrl-notifier | Assignee: | Nishanth Thomas <nthomas> | ||||
| Status: | CLOSED WONTFIX | QA Contact: | sds-qe-bugs | ||||
| Severity: | low | Docs Contact: | |||||
| Priority: | low | ||||||
| Version: | rhgs-3.3 | CC: | gshanmug, shtripat | ||||
| Target Milestone: | --- | Keywords: | EasyFix, ZStream | ||||
| Target Release: | --- | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2019-05-08 19:56:52 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: | |||||||
| Bug Depends On: | 1515276 | ||||||
| Bug Blocks: | |||||||
| Attachments: |
|
||||||
I would propose to take this in a future release as we are close 3.3.1 timelines and this bug not critical enough to affect the core functionality. Related upstream code: https://github.com/Tendrl/api/blob/master/Rakefile#L21 Better, long term stable, link: https://github.com/Tendrl/api/blob/e94304a1deb68565550af9e82d3f0f64887941e5/Rakefile#L21 |
Created attachment 1352440 [details] screenshot of users page with default value "admin" as email for admin user Description of problem ====================== Default value of email for tendrl admin user contains real domain name "tendrl.org". We should have used "example.com" instead to make it clear that this value needs to be reconfigured, there is no good default value. Version-Release numbers ======================= # rpm -qa | grep tendrl | sort tendrl-ansible-1.5.4-1.el7rhgs.noarch tendrl-api-1.5.4-2.el7rhgs.noarch tendrl-api-httpd-1.5.4-2.el7rhgs.noarch tendrl-commons-1.5.4-2.el7rhgs.noarch tendrl-grafana-plugins-1.5.4-3.el7rhgs.noarch tendrl-grafana-selinux-1.5.3-2.el7rhgs.noarch tendrl-monitoring-integration-1.5.4-3.el7rhgs.noarch tendrl-node-agent-1.5.4-2.el7rhgs.noarch tendrl-notifier-1.5.4-2.el7rhgs.noarch tendrl-selinux-1.5.3-2.el7rhgs.noarch tendrl-ui-1.5.4-2.el7rhgs.noarch How reproducible ================ 100 % Steps to Reproduce ================== 1. Install RHGSWA using tendrl-ansible 2. Log into RHGSWA web interface as admin user 3. Go to Users page (via menu: Admin->Users) Actual results ============== Value of email for admin user is "admin". Expected results ================ Value of email for admin user is "admin".