ubccr / coldfront

HPC Resource Allocation System
https://coldfront.readthedocs.io
GNU General Public License v3.0
96 stars 76 forks source link

Feature: Option to set project_user_status to an option other than "Active" #566

Open rsandatpsu opened 10 months ago

rsandatpsu commented 10 months ago

Description

We do not use FreeIPA at our site and we are setting up Coldfront as a front end for unix account creation on our clusters. I would like to be able to have the project_user_status to be defaulted to something other than "Active" when the account is added to a project. I am writing a script that will find all newly added users to projects so that I can output the data in csv format for another script that is currently in use. Once the account creation script is completed I would then set the project_user_status to the "Active" code.

Component

Projects, Users

Additional information

No response

rsandatpsu commented 9 months ago

I do have code that I can add for this to be added to the coldfront code but for some reason I can't clone the coldfront repo to make a pull request.