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

[QUESTION] Referencing parts of an existing password #2669

Open
WebworkrNet opened this issue Sep 24, 2024 · 0 comments
Open

[QUESTION] Referencing parts of an existing password #2669

WebworkrNet opened this issue Sep 24, 2024 · 0 comments
Labels

Comments

@WebworkrNet
Copy link

Version 1.10

One of my web hosters requires additional authentication in certain situations when communicating by e-mail, especially for chargeable orders, if the request is not made via the contact form in the login area. To do this, it uses the last 4 digits of a password from one of its login areas, which it saves separately. If the login password changes, the password for authorization changes accordingly.

To access the last 4 digits of the login password, the entire password can be copied and only the last digits used, which is user-unfriendly, or the 4 digits of the password can be saved separately again, which entails the risk of inconsistencies because 2 entries then have to be kept up to date manually.

Currently, this scenario cannot be mapped using references and placeholders, if I understand correctly, right?

Compare

Thanks

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

No branches or pull requests

1 participant