- Issue created by @partyka
- Merge request !5added code to remove replacement text if attribute is not set. β (Open) created by partyka
- last update
8 months ago 20 pass
This problem is related to the token replacement functionality provided by this module. If there is no replacement value, the name of the token is printed instead of a blank screen.
The scenario in which we discovered this bug was a webform that is available to anonymous users .. however if the user was already authenticated we wanted to prepopulate the email address. As that information is unavailable if you are not authenticated it was simply printing the text `[cas:attribute:attribute-name] `
For any CAS attribute exposed as a token, remove the replacement if the corresponding attribute is not available.
Review, test, and commit.
N/A
N/A
N/A
Needs review
2.0
CAS Attributes