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

Login page title/subtitle hide #1892

Open
buzz13 opened this issue Apr 13, 2024 · 5 comments
Open

Login page title/subtitle hide #1892

buzz13 opened this issue Apr 13, 2024 · 5 comments
Labels
enhancement New feature or request triaged ux / ui User Experience / Inferface related issues

Comments

@buzz13
Copy link

buzz13 commented Apr 13, 2024

Is your feature request related to a problem? Please describe.

No. Request is not to related to any problem.

Describe the solution you'd like

It would be great if you could implement configuration option to hide login page title/subtitle. Personally I would like to have that option.

Describe alternatives you've considered

I removed default values from index.js but default tile and subtitle text are still there.

Screenshot_1

Screenshot_2

I am stuck here. Have no idea where to look further. That's why request implementation would be great to implement or at least you could point me where to look to achieve what I need.

Thanks!

Additional context

@buzz13 buzz13 added the enhancement New feature or request label Apr 13, 2024
@seraphjiang
Copy link
Member

seraphjiang commented Apr 14, 2024

@buzz13

you may try to put a space ' ' for defaultValue, instead of empty string as workaround

the related code is located at

{props.config.ui.basicauth.login.title || 'Log in to OpenSearch Dashboards'}

@buzz13
Copy link
Author

buzz13 commented Apr 14, 2024

@seraphjiang

Thanks a million! Worked like a charm but would be great if could be implemented as an option in the config file like this maybe:

opensearch_security.ui.basicauth.login.title.visible: true/false
opensearch_security.ui.basicauth.login.subtitle.visible: true/false

Anyway I got what I was looking for.
Thanks again.

P.S. - Maybe one more thing. How to change login page background?

@seraphjiang
Copy link
Member

seraphjiang commented Apr 14, 2024

P.S. - Maybe one more thing. How to change login page background?

will let @security team to help this one :)

@opensearch-project/admin it issue should goes to opensearch-project/security-dashboards-plugin would you help to transfer the issue

@bbarani bbarani transferred this issue from opensearch-project/OpenSearch-Dashboards Apr 15, 2024
@scrawfor99
Copy link
Collaborator

[Triage] Hi @buzz13, thanks for filing this issue. Someone will take a look at implementing this configuration option. In the meantime, please feel free to open a PR for this feature and we can try to get it in as fast as possible.

@scrawfor99 scrawfor99 added ux / ui User Experience / Inferface related issues triaged and removed untriaged labels Apr 15, 2024
@buzz13
Copy link
Author

buzz13 commented Apr 24, 2024

@scrawfor99

I am sorry somehow I missed your message. What do you mean by PR? Pull request?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request triaged ux / ui User Experience / Inferface related issues
Projects
None yet
Development

No branches or pull requests

3 participants