mirror of
https://github.com/heartcombo/devise.git
synced 2026-01-14 09:17:55 -05:00
When using the maximum_attempts config, Devise actually let you fail n + 1 times, not n times. See https://github.com/plataformatec/devise/issues/2825 for details.