Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inconsistent wording between the login and user management pages #44

Closed
saadkadhi opened this issue Nov 26, 2016 · 1 comment
Closed
Assignees
Milestone

Comments

@saadkadhi
Copy link
Contributor

Request Type

Bug

Work Environment

Question Answer
OS version (server) Ubuntu 16.04 LTS
OS version (client) Mac OS X 10.12.1
TheHive version / git hash 2.9.0
Package Type Binaries
Browser type & version Chrome 54

Problem Description

There's a wording mismatch between the login and the user management pages which can lead to confusions.

In the login page, we ask the user to supply their username while the admin must supply a login and a User name (which should read "Full Name") in the user management page.

Steps to Reproduce

  1. Load TheHive auth page and notice that the grey text is username
  2. Connect as an admin
  3. Click on the Admin > Users menu
  4. Notice the multi-column view where users are listed: the first column is Login (which corresponds to the identifier the user must use to open a session), and the second is Username (which actually should read Full Name)

Possible Solutions

In ui/app/views/login.html, replace the place holder's value Username with Login.

In ui/app/views/partials/admin/users.html, replace 'User name' with 'Full Name' and the placeholder's value 'Username' with Full Name.

Complementary information

Screenshot of the login page:
screen shot 2016-11-26 at 10 49 32

Screenshot of the user management page:
screen shot 2016-11-26 at 10 50 08

@saadkadhi saadkadhi added this to the 2.9.1 milestone Nov 26, 2016
@saadkadhi saadkadhi self-assigned this Nov 26, 2016
@saadkadhi
Copy link
Contributor Author

saadkadhi commented Nov 26, 2016

Fixed by 3b86445 and 93ac9a4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant