Security

last person joined: yesterday 

Forum to discuss Enterprise security using HPE Aruba Networking NAC solutions (ClearPass), Introspect, VIA, 360 Security Exchange, Extensions, and Policy Enforcement Firewall (PEF).
Expand all | Collapse all

Default SMS template

This thread has been viewed 4 times
  • 1.  Default SMS template

    Posted May 21, 2013 10:09 AM

    Hi,

     

    I need the default SMS template in HTML which comes in the Amigopod when you run it for the first time. I deleted it by mistake and can't restore the server to its factory setting because its deployed in live environment.



  • 2.  RE: Default SMS template
    Best Answer

    Posted May 21, 2013 10:44 AM

    Not sure if there is a way to restore it, but here are the contents of the fields if you want to recreate it:

     

    Layout: Plain Text format

     

    User Account HTML:

    Username: {$u.username|escape}
    Password: {$u.password|escape}
    {if $u.expire_time > 0}Expires: {$u.expire_time|nwadateformat:"iso-8601t"|escape}{/if}

     

    Document Header HTML:

    Visitor Access

     

    Document Footer HTML:

    --
    Powered by Aruba



  • 3.  RE: Default SMS template

    Posted May 21, 2013 10:46 AM

    Thanks,

     

    This is what I'm locking for.



  • 4.  RE: Default SMS template

    Posted May 21, 2013 11:00 AM

    Sorry for this,

     

    After i try it, it shows this error message:

    Error in template:

    [in __template__.html line 3]: syntax error: unrecognized tag: /if (Smarty_Compiler.class.php, line 119)
    [in __template__.html line 3]: syntax error: unrecognized tag '' (Smarty_Compiler.class.php, line 146)
    [in __template__.html line 3]: syntax error: unclosed tag \{if} (opened line 3). (Smarty_Compiler.class.php, line 88)

     

     



  • 5.  RE: Default SMS template

    Posted May 21, 2013 11:22 AM

    you are just creating a new template (not from wizard), correct?  I just created one by cutting and pasting from the post and it worked.  can you try agai, making sure you do not get any extra blank characters.    if it still doesn't work for you, i am not sure i can offer any other assistance.



  • 6.  RE: Default SMS template

    Posted May 22, 2013 02:27 AM

    I'll check if there are any extra blank and recheck the {if} expression and update with final result.

    Thanks again.