FireBrick 2700 Configuration: Difference between revisions
Appearance
Content deleted Content added
CrazyTeeka (talk | contribs) |
CrazyTeeka (talk | contribs) mNo edit summary |
||
| Line 94: | Line 94: | ||
Basic Guest/User account with many things hidden: |
Basic Guest/User account with many things hidden: |
||
<syntaxhighlight> |
<syntaxhighlight> |
||
<user name=" |
<user name="Guest" password="SHA1#D57E4F7EE70491BBD274B5F71185A2A577B0DAFBF558BD" timeout="0" level="GUEST"/> |
||
</syntaxhighlight> |
</syntaxhighlight> |
||
or |
or |
||
<syntaxhighlight> |
<syntaxhighlight> |
||
<user name=" |
<user name="Guest" password="SHA1#D57E4F7EE70491BBD274B5F71185A2A577B0DAFBF558BD" timeout="0" level="USER"/> |
||
</syntaxhighlight> |
</syntaxhighlight> |
||
Debug account with a few extra things unhidden: |
Debug account with a few extra things unhidden: |
||