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

AXParameter "password" parameter type is not masked by "*" #328

Open
stefankiesz opened this issue Jan 22, 2025 · 1 comment
Open

AXParameter "password" parameter type is not masked by "*" #328

stefankiesz opened this issue Jan 22, 2025 · 1 comment
Labels
bug Something isn't working

Comments

@stefankiesz
Copy link

stefankiesz commented Jan 22, 2025

Describe the bug

When entering the value of a password parameter into the application settings in the Axis web interface, the characters are visible and are not masked by "*" as I would expect. The AXParameter documentation states it should be:

Rendered as an input field for string in the ACAP settings interface.
The value of the parameter is masked by '*'.

It does change the saved characters to "*" after running or reinstalling the application, but when I type in a new value it is fully visible.

To reproduce

I am testing on an Axis M3065-V (Ambarella S5L) device.

Steps to reproduce the behavior:

  1. Modify the AXParameter example to have a password-type parameter.
  2. Build and install onto the camera device.
  3. Modify the password parameter in the web interface (tested on Chrome, Safari, and FireFox) and see that the characters are not masked.

Screenshots

...

Environment

  • Axis device model: Axis M3065-V (Ambarella S5L)
  • Axis device firmware version: 10.12
  • ACAP native SDK version: latest-aarch64-ubuntu24.04 (latest being 12.2.0)
  • OS and version: Mac OS 15.1.1
  • Chrome, Safari, and FireFox browsers replicate the behavior.
@stefankiesz stefankiesz added the bug Something isn't working label Jan 22, 2025
@pataxis
Copy link
Contributor

pataxis commented Jan 24, 2025

Hi @stefankiesz , thanks for the report, this seems to be the same issue that was recently reported in https://github.com/orgs/AxisCommunications/discussions/875. A support case was opened and I think a fix is to be deployed in AXIS OS 12.3 as well as LTS service releases.

So check upcoming AXIS OS release notes. I will leave the ticket open for reference until the fix is confirmed.

@pataxis pataxis pinned this issue Jan 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Development

No branches or pull requests

2 participants