mirror of
https://github.com/discourse/discourse.git
synced 2024-11-29 04:10:29 +08:00
bbcdf74c58
This commit changes the default return value of `Auth::ManagedAuthenticator#primary_email_verified?` to false. We're changing the default to force developers to think about email verification when building a new authentication method. All existing authenticators (in core and official plugins) have been updated to explicitly define the `primary_email_verified?` method in their subclass of `Auth::ManagedAuthenticator` (example commit
|
||
---|---|---|
.. | ||
default_current_user_provider_spec.rb | ||
discord_authenticator_spec.rb | ||
facebook_authenticator_spec.rb | ||
github_authenticator_spec.rb | ||
google_oauth2_authenticator_spec.rb | ||
managed_authenticator_spec.rb | ||
result_spec.rb | ||
twitter_authenticator_spec.rb |