fga-eps-mds/2019.2-Vsign

View on GitHub
backend/config/initializers/devise.rb

Summary

Maintainability
A
0 mins
Test Coverage

Line is too long. [84/80]
Open

  # :database      = Support basic authentication with authentication key + password

Line is too long. [84/80]
Open

  # unconfirmed_email column, and copied to email column on successful confirmation.

Line is too long. [85/80]
Open

  # :failed_attempts = Locks an account after a number of failed attempts to sign in.

Line is too long. [81/80]
Open

  # It can be set to an array that will enable params authentication only for the

Line is too long. [82/80]
Open

  # Limiting the stretches to just one in testing will increase the performance of

Line is too long. [81/80]
Open

  # When using Devise inside an engine, let's call it `MyEngine`, and this engine

Line is too long. [84/80]
Open

  # Configure parameters from the request object used for authentication. Each entry

Line is too long. [84/80]
Open

  # When set to false, does not sign a user in automatically after their password is

Line is too long. [94/80]
Open

  # changed. Defaults to true, so a user is signed in automatically after changing a password.

Line is too long. [85/80]
Open

  # modifying a user and when used to authenticate or find a user. Default is :email.

Line is too long. [83/80]
Open

  # algorithm), the cost increases exponentially with the number of stretches (e.g.

Line is too long. [83/80]
Open

  # session. If you need permissions, you should implement that in a before filter.

Line is too long. [83/80]
Open

  # given strategies, for example, `config.http_authenticatable = [:database]` will

Line is too long. [83/80]
Open

  # a value of 20 is already extremely slow: approx. 60 seconds for 1 calculation).

Line is too long. [82/80]
Open

  # change the failure app, you can configure them inside the config.warden block.

Line is too long. [154/80]
Open

  # config.secret_key = 'f946302a7ad681793199d71d33f2c94130f86a34a22a7e60aed83e9dfc3db04d8ab150f15a291d74a52b0e232f8a62b4e713d653b4453fa5c12e733106b2ba2e'

Line is too long. [84/80]
Open

  # When set to false, does not sign a user in automatically after their password is

Line is too long. [82/80]
Open

  # Turn scoped views on. Before rendering "sessions/new", it will first check for

Line is too long. [82/80]
Open

  # a value less than 10 in other environments. Note that, for bcrypt (the default

Line is too long. [81/80]
Open

  # :clearance_sha1, :authlogic_sha512 (then you should set stretches above to 20

Line is too long. [86/80]
Open

  # initial account confirmation) to be applied. Requires additional unconfirmed_email

Line is too long. [88/80]
Open

  # if you set :request_keys to [:subdomain], :subdomain will be used on authentication.

Line is too long. [85/80]
Open

  # given strategies, for example, `config.params_authenticatable = [:database]` will

Line is too long. [150/80]
Open

  # config.pepper = '1a8967e4b2a834212c4cbe5a05dcf1b0df670cc69f7e1d628a71f888c19a1410aaa0e1415a2160fb3ffeab79aa79966b65de5a8a32f2b8096171b3da514e166c'

Line is too long. [85/80]
Open

  config.mailer_sender = 'please-change-me-at-config-initializers-devise@example.com'

Line is too long. [83/80]
Open

  # :time  = Re-enables login after a certain amount of time (see :unlock_in below)

Line is too long. [85/80]
Open

  # find_for_authentication method and considered in your model lookup. For instance,

Line is too long. [89/80]
Open

  # The same considerations mentioned for authentication_keys also apply to request_keys.

Line is too long. [86/80]
Open

  # using other algorithms, it sets how many times you want the password to be hashed.

Line is too long. [86/80]
Open

  # Allow you to use another hashing or encryption algorithm besides bcrypt (default).

Line is too long. [116/80]
Open

  # If your app is using Turbolinks, Turbolinks::Controller needs to be included to make redirection work correctly:

There are no issues that match your filters.

Category
Status