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

Input: A method for obscuring sensitive data by default with user reveal method #4098

Closed
PilotBob opened this issue Jun 26, 2020 · 5 comments · Fixed by #4515
Closed

Input: A method for obscuring sensitive data by default with user reveal method #4098

PilotBob opened this issue Jun 26, 2020 · 5 comments · Fixed by #4515
Assignees
Labels
team: IPMC Issues for the Infor Property Managment and Construction Team type: enhancement ✨ [5] Velocity rating (Fibonacci)

Comments

@PilotBob
Copy link

Is your feature request related to a problem or use case? Please describe.
Per our internal security department, sensitive PII data should be obscured rather than openly display on web pages. Some examples of this date are social security numbers, bank account numbers, drivers license numbers. etc.

Describe the solution you'd like
The recommendation is displaying these with a * similar to password type and allow a way for the user to view the data,,, either by hovering the mouse over the field, an icon for temp reveal, or clicking an icon for permanent reveal while the page is still loaded.

This should ideally support both inputs and display areas like spans/etc.

Describe alternatives you've considered
Implementing this field by field is possible. But, a feature built-into the framework would prevent duplication.

Additional context
Add any other context or screenshots about the feature request here.
And what application do you work on? [e.g. {Infor XYZ}]

@tmcconechy tmcconechy added [5] Velocity rating (Fibonacci) design Needs input from IDS Design Team type: enhancement ✨ labels Jun 26, 2020
@tmcconechy tmcconechy changed the title A method for obscuring sensitive data by default with user reveal method Input: A method for obscuring sensitive data by default with user reveal method Jun 26, 2020
@tmcconechy
Copy link
Member

Similar patterns might be...

  • seen sometimes is an input with an eye to "show password"
  • instead of *** do we hide it with something else visually on the field like "Hidden text" or a "redacted" strike through

Can you get design to take a look at this @inforandy ?

@PilotBob
Copy link
Author

@tmcconechy Any ETA on this?

@tmcconechy tmcconechy added this to To do in Enterprise 4.33.x (Sep 2020) Sprint via automation Aug 11, 2020
@tmcconechy
Copy link
Member

tmcconechy commented Aug 11, 2020

Going to slot it in for next sprint and see if some designers can be wrangled. I think its a quick design question? I think we should just put an icon in the field at the far left (right on RTL) that you press down to show the password.

Problem is we do not have a suitable icon i can think of (reveal/show?). What about a text/hide show button. Thinking something like this...

hidepass4

What do you think @kevinwhitedesign @inforandy ?
Or course with our text/input styles. Some more ideas here https://www.lukew.com/ff/entry.asp?1941

@tmcconechy tmcconechy added this to To do in Enterprise 4.34.x (Oct 2020) Sprint via automation Sep 22, 2020
@tmcconechy tmcconechy removed the design Needs input from IDS Design Team label Sep 30, 2020
@tmcconechy
Copy link
Member

Lets implement this as:

  • new password component
  • localize strings
  • toggle type when clicked
  • review with design when done

@tmcconechy tmcconechy self-assigned this Oct 19, 2020
@tmcconechy tmcconechy moved this from To do to In progress in Enterprise 4.34.x (Oct 2020) Sprint Oct 19, 2020
@tmcconechy tmcconechy moved this from In progress to Pending Review in Enterprise 4.34.x (Oct 2020) Sprint Oct 21, 2020
@tmcconechy tmcconechy moved this from Pending Review to Ready for QA (beta) in Enterprise 4.34.x (Oct 2020) Sprint Oct 22, 2020
@jbrcna jbrcna moved this from Ready for QA (beta) to Done in Enterprise 4.34.x (Oct 2020) Sprint Oct 23, 2020
@tmcconechy tmcconechy added the team: IPMC Issues for the Infor Property Managment and Construction Team label Apr 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
team: IPMC Issues for the Infor Property Managment and Construction Team type: enhancement ✨ [5] Velocity rating (Fibonacci)
Projects
No open projects
Development

Successfully merging a pull request may close this issue.

3 participants