Phone number not sanitized/validated

Issue #63 resolved
Jelmer van der Linde created an issue

When you change your phone number, it will be send 'raw' to Secretary instead of stripped from stuff. Secretary will partially strip stuff, but not non-unicode. Besides, until it is 'confirmed' in Secrterary the unsanitized stuff will be displayed on the Cover site.

Comments (1)

  1. Jelmer van der Linde reporter

    Parse, sanitize and validate phone numbers. Also make phone numbers clickable in the profile using the tel: protocol handler. This adds a new composer dependency, namely libphonenumber (based on Google's libphonenumber). This also fixes issue #63.

    → <<cset b99e1f22a02d>>

  2. Log in to comment