Security

 View Only
Expand all | Collapse all

How can I add a carriage return in the SMS template in Clearpass guest?

This thread has been viewed 0 times
  • 1.  How can I add a carriage return in the SMS template in Clearpass guest?

    Posted Aug 31, 2015 03:21 AM

    How can I add a carriage return in the SMS template in Clearpass guest?

     

    I need the username, password in the SMS to be on dfferent lines. Any help would be great!



  • 2.  RE: How can I add a carriage return in the SMS template in Clearpass guest?

    Posted Aug 31, 2015 11:05 AM

    Have you tried using simple HTML in the Edit Print Templates --> SMS Receipt page in ClearPass Guest?

     

    Like this:

     

    Username: {$u.username|escape}

    <p>
    Password: {$u.password|escape}

    <p>
    {if $u.expire_time > 0}Expires: {$u.expire_time|nwadateformat:"iso-8601"|escape}{/if}



  • 3.  RE: How can I add a carriage return in the SMS template in Clearpass guest?

    Posted Sep 01, 2015 05:32 AM

    Thank you for your reply.

    I have tried that but it is geting displayed in the message as <p> instead of a new line.