This repository was archived by the owner on Jul 24, 2020. It is now read-only.
This repository was archived by the owner on Jul 24, 2020. It is now read-only.
require_phone can make users invalid #675
Closed
Description
If an admin checks off the require_phone
setting after some users have been created without phone numbers, those users will fail validation. I'm not sure what the best way to deal with this is; we don't want dummy data to be added whenever we change the setting since it is there to ensure that the admin has a valid phone number for each user. Maybe we notify the admin in the settings screen of any missing phone numbers when they try to change the setting?
Activity