girder / girder_web_components

Reusable Javascript and VueJS components for interacting with a Girder server.
https://gwc.girder.org
Apache License 2.0
16 stars 9 forks source link

Add an option to hide password based registration #261

Open mgrauer opened 4 years ago

mgrauer commented 4 years ago

Would it be possible to add an option that could hide the password based registration from the registration component? Similar to the way the oauth section is only shown if that option is enabled.

My use case is that a downstream of GWC wants to support OAuth registration only, and not show password based registrations.

zachmullen commented 4 years ago

Yes, PR's welcome!

zachmullen commented 4 years ago

It seems like maybe you just want to use the OAuth component directly rather than the outer Auth component?

mgrauer commented 4 years ago

Yes, that would work for me.