Allow for sms/mobile number registration by allowing numbers to be entered or only testing if there is a '@' in the text field

Comments

jtwalters’s picture

Status: Active » Postponed (maintainer needs more info)

Is this for compatibility with another module? e.g. https://www.drupal.org/project/signup_sms

SocialNicheGuru’s picture

I was basing it on https://www.drupal.org/sandbox/christianchristensen/1489028 which is like email_registration module.

It allowed user's to register via a mobile_number only by replacing the email field.

Since it is not working well, I have chosen to go a different route.

But in general if there is ever a situation where the email field might be email, username (like in logintoboggan), or sms like sms_reg (http://drupal.org/sandbox/VasilyKraev/1802614) on the registration or profile forms then it might be beneficial for this module to check for the proper email format ie. '@' and only be applied then.

greggles’s picture

Title: Allow for mobile numbers » Allow for mobile numbers or usernames in a field
Status: Postponed (maintainer needs more info) » Active

Moving back to active since the use-case seems pretty clear now.