A page in your DokuWiki was added or changed. Here are the details:

Date        : 2017/07/12 19:29
Browser     : Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:54.0) Gecko/20100101 
Firefox/54.0
IP-Address  : 193.248.50.71
Hostname    : LStLambert-656-1-262-71.w193-248.abo.wanadoo.fr
Old Revision: 
http://ltb-project.org/documentation/self-service-password/1.1/config_sms?rev=1485342542
New Revision: 
http://ltb-project.org/documentation/self-service-password/1.1/config_sms
Edit Summary: [Mobile attribute] 
User        : coudot

@@ -31,8 +31,20 @@
  You can also partially hide the value when it is displayed on the 
confirmation page:
  <file php>
  $sms_partially_hide_number = true;
  </file>
+ 
+ To remove any non digit character from SMS number;
+ <file php>
+ $sms_sanitize_number = true;
+ </file>
+ 
+ To truncate SMS number:
+ <file php>
+ $sms_truncate_number = true;
+ $sms_truncate_number_length = 10;
+ </file>
+ 
  ===== Message =====
  
  The values set here depend on the Email to SMS provider. Some require a 
specific string in mail subject, other use a specific mail body. Just adapt the 
configuration to these requirements.
  



-- 
This mail was generated by DokuWiki at
http://ltb-project.org/
_______________________________________________
ltb-changes mailing list
[email protected]
https://lists.ltb-project.org/cgi-bin/mailman/listinfo/ltb-changes

Reply via email to