- 
                Notifications
    
You must be signed in to change notification settings  - Fork 220
 
Description
What You Are Seeing?
When using the DynamicCodeBlockInput within the docs (for example, in the new Org Guide) I noticed that using a less than character (<) as a special character in the password broke the PowerShell script used to install Org Guide components, specifically the Jenkins component. If navigating back and forth between pages, it removes the final single quote (') in the script, breaking it.
What is Expected?
The DynamicCodeBlockInput should allow the use of any special character available when creating passwords for maximum security, and users should be able to navigate freely within the Org Guide without worry of having a script break.
How Did You Get This To Happen? (Steps to Reproduce)
- Input a password in the 
somePasswordfield on the Jenkins Org Guide page that does not have a less than character (<). - Navigate forward a page using the Next button, then navigate back using the Previous button at the bottom of the page.
 - Verify that the password is wrapped with single quotes ('passwordhere').
 - Input a password in the 
somePasswordfield on the Jenkins Org Guide page that does have a less than character (<). - Navigate forward a page using the Next button, then navigate back using the Previous button at the bottom of the page.
 - Verify that the password is wrapped with single quotes ('passwordhere).
 
Screenshot with a password without a less than character (<):

Screenshot with a password with a less than character (<):

┆Issue is synchronized with this Github issue by Unito