-
-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Closed
Description
nonStoredPasswordParam is an alternative symbol for password parameter type.
It implies that the password will not be stored, which is not actually the case. The password is stored encrypted.
The symbol needs to be removed, even if that's a breaking change for some users.
Originally reported by
danielbeck, imported from: Remove 'nonStoredPasswordParam' symbol
- status: Resolved
- priority: Minor
- component(s): core
- resolution: Fixed
- resolved: 2019-04-06T16:55:42+00:00
- votes: 0
- watchers: 1
- imported: 2025-11-24
Raw content of original issue
nonStoredPasswordParam is an alternative symbol for password parameter type.
It implies that the password will not be stored, which is not actually the case. The password is stored encrypted.
The symbol needs to be removed, even if that's a breaking change for some users.
Reactions are currently unavailable