mirror of
https://github.com/heartcombo/devise.git
synced 2026-04-28 03:00:29 -04: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.