disableLoginWithEmail property

  1. @TagNumber.new(17)
bool get disableLoginWithEmail

By default, users can login with their verified email address additionally to their login name. Setting this to true disables the email login. Note: If the email is set as the login name, this setting has no effect.

Implementation

@$pb.TagNumber(17)
$core.bool get disableLoginWithEmail => $_getBF(16);
  1. @TagNumber.new(17)
set disableLoginWithEmail (bool value)

Implementation

@$pb.TagNumber(17)
set disableLoginWithEmail($core.bool value) => $_setBool(16, value);