Module: Authenticateable

Extended by:
ActiveSupport::Concern
Defined in:
lib/generators/authentication/templates/models/concerns/authenticateable.rb

Overview

Model concern to provide shared behaviour for authenticating records.

Automatically generated by the orthodox gem (github.com/katanacode/orthodox) © Copyright 2019 Katana Code Ltd. All Rights Reserved.

Defined Under Namespace

Modules: ClassMethods

Constant Summary collapse

MINIMUM_PASSWORD_LENGTH =
6
MAXIMUM_PASSWORD_LENGTH =
128