[Koha-bugs] [Bug 22594] Validate SMS messaging numbers using the E.164 format

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Mar 27 15:50:32 CET 2019


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22594

Kyle M Hall <kyle at bywatersolutions.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #87068|0                           |1
        is obsolete|                            |

--- Comment #4 from Kyle M Hall <kyle at bywatersolutions.com> ---
Created attachment 87073
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=87073&action=edit
Bug 22594 - Validate SMS messaging numbers using the E.164 format

Many SMS messaging services reject numbers that do not conform to the E.164
international public telecommunication
numbering plan.

We already tell patrons on the OPAC "Please enter numbers only. (123) 456-7890
would be entered as 1234567890."
but we do not enforce this. We should be validating the patron's SMS number on
both the staff side and the patron
self-service for updating the SMS number.

Test plan:
1) Apply this patch
2) Enable SMS message ( you can set to Email to enable )
3) Test entering and updating SMS numbers on the OPAC and staff
   interfaces.
4) Note you can only enter a 1 to 14 digit number with an optional + sign
   at the beginning ( used to indicate the number includes a country calling
code )

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list