julianlam / nodebb-plugin-sso-google

NodeBB Plugin that allows users to login/register via their Google account.
BSD 2-Clause "Simplified" License
20 stars 16 forks source link

missing option to disable sso registration #16

Closed Pappmann closed 6 years ago

Pappmann commented 8 years ago

missing option that only registered users can login via google sso

julianlam commented 8 years ago

If registration was disabled, how would you log in? :stuck_out_tongue:

Pappmann commented 8 years ago

reason: force users to register via local registration, sso bypass all forum resrictions, for example: missing welcome notification no admin approval bypass invite email restriction and sso registered users can´t change password

yariplus commented 8 years ago

There should be an option to link the SSO login to an existing local account, or viceversa, and an option to require they enter an e-mail when a new forum account is created.

Pappmann commented 8 years ago

Yes an option that checks if email exists in group "registred" or "invited" , all other will be rejected.