Force shared device passcode type
ThereQuick isanswer: aUse limitationthis (Assetting ofwhen JulyShared 2018)iPad inusers Apple'sneed Rosterone APIdefault bypasscode whichkeyboard because roster data does not provide the passcode type FileWave usesshould to obtain all SIS (student information system) data like classes and student passcode requirements.display.
ForFileWave example, on ASM (Apple School Manager - school.apple.com) you can define that a user's password requirements are for a 4 digit pin to a complex alpha-numeric. This information should then be shared viauses Apple's Roster API to FileWave,import soApple School Manager SIS data such as classes, students, and shared-device passcode requirements. Apple School Manager can define passcode requirements from a 4-digit PIN through a complex alphanumeric password, but FileWave may not receive enough roster detail to choose the matching keyboard automatically.
When that wehappens, canset showone thedefault appropriatepasscode keyboard,type like a simple 10 button numeric keypad if a pin only user, but it's currently not available.
Until Apple adds this information to the Roster API, you can forcefor all devicesaffected toshared one type:devices:
Linux/MacOSmacOS FileWave Server:
/usr/local/filewave/django/filewave/settings_custom.py
# add this in settings_custom.py and restart apache
# supported values are "four", "six", "complex"
settings.CLASSROOM_DEFAULT_PASSCODE_TYPE = "six"
You can use either
four
six
complex
WhichThese correspondsvalues correspond to Apple's differentpasscode Password Policypolicy options:

