Slurm-web icon indicating copy to clipboard operation
Slurm-web copied to clipboard

Refactor User class python code

Open rezib opened this issue 8 years ago • 1 comments

The User class has really too many static methods, which generally means the class have not been defined properly: https://github.com/edf-hpc/slurm-web/blob/master/rest/auth.py#L90

Maybe an LDAP class or something would help.

Anyway, this really has to be rewritten with a good factoring.

rezib avatar May 06 '16 09:05 rezib