fmbiete / Z-Push-contrib

Z-Push fork with changes that I will try to contrib
GNU Affero General Public License v3.0
134 stars 62 forks source link

Control of device requirements? #239

Open tickerguy opened 9 years ago

tickerguy commented 9 years ago

When joining a Z-Push exchange server by an Android device, specifically the new BlackBerry Priv, the server pushes to the handheld device security requirements including password requirements. Unfortunately what this winds up doing on the Priv is locking out the picture password -- although it allows pattern lock, which is really bizarre.

This is arguably 100% backward but it is what it is right now. Any idea where to look in the pushed requirements to change this, and/or would there be consideration given to making this configurable on a per-device basis?

fmbiete commented 8 years ago

The provisioning parameters are hardcoded in lib/syncobjects/syncprovisioning.php I don't see anything that it's limiting the locking methods, but we should look into that. I believe there is a Jira enhancement to make the parameters configurable per device, but in the future.