django-radius icon indicating copy to clipboard operation
django-radius copied to clipboard

Modified Class Attribute call from RADIUS:

Open jguy1987 opened this issue 9 months ago • 0 comments

  • Added 'su-staff' as a valid Class Attribute coming from RADIUS. This will set both is_staff and is_superuser to True in one action.
  • Added relevant call to README to outline changes as documentation.

I needed some mechanism to set both is_staff and is_superuser to True for a user object in one action.

jguy1987 avatar May 23 '24 16:05 jguy1987