[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 22:09:07 CET 2019


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

Liz Rea <wizzyrea at gmail.com> changed:

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

--- Comment #5 from Liz Rea <wizzyrea at gmail.com> ---
Created attachment 87122
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=87122&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 )

Signed-off-by: Liz Rea <wizzyrea at gmail.com>

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


More information about the Koha-bugs mailing list