uabrc / CRI_XCBC

Home of the XSEDE Compatible Basic Cluster
MIT License
0 stars 1 forks source link

OOD is not showing /register link for campus users #42

Open jprorama opened 5 years ago

jprorama commented 5 years ago

The /register link works as intended for users without "@uab.edu" in their REMOTE_USER but users who have "@uab.edu" see the default failure to map error message.

I suspect this is due to the parsing in our .regex mapping function. We likely need to update it to check for actual accounts being defined.

diedpigs commented 5 years ago

Should be fixed with #50