Difference between revisions of "Special Characters"

From IVS Wiki
Jump to: navigation, search
(Passwords)
Line 10: Line 10:
 
**<i>ie: <b>H!e@l#l$o</b> will become <b>Hello</b></i>  
 
**<i>ie: <b>H!e@l#l$o</b> will become <b>Hello</b></i>  
 
==Passwords==
 
==Passwords==
When syncing a bind user with LDAP some characters can cause issues when connecting.
+
{{Aside | content = When syncing a bind user with LDAP some characters can cause issues when connecting.}}
  
 
<pre># $ % ^ & * ( ) ! < > ? / \ | [ ] { } + = ; : ' @ </pre>
 
<pre># $ % ^ & * ( ) ! < > ? / \ | [ ] { } + = ; : ' @ </pre>

Revision as of 07:56, 20 July 2023

Some characters are reserved in HTML. Read below to learn more about how special characters interact in VALT.

File Names

When naming a file, be sure to avoid these characters, as they are reserved characters and will not display properly.

" & < > will convert to &quot; &amp; &lt; &gt;


  • NOTE: Most special characters will be skipped in the file name when downloading a file.
    • ie: H!e@l#l$o will become Hello

Passwords

When syncing a bind user with LDAP some characters can cause issues when connecting.

# $ % ^ & * ( ) ! < > ? / \ | [ ] { } + = ; : ' @