module DynFork::QPaladins::Password

Direct including types

Defined in:

dynfork/paladins/password.cr

Instance Method Summary

Instance Method Detail

def update_password(old_password : String, new_password : String, field_name : String = "password") : Nil #

For replace or recover password.

NOTE How to use, see example.


[View source]
def verify_password(password : String, field_name : String = "password") : Bool #

For password verification.

NOTE How to use, see example.


[View source]