mirror of
https://github.com/ZwareBear/awx.git
synced 2026-03-30 12:43:35 -05:00
This adds a field to the user object to denote whether and what kind of user account it is. For normal accounts this field will be null. For social auth accounts it will be "social" for radius accounts it will be "radius" This change also prevents a radius user from changing their local password thus bypassing the password caching feature of django-radius