Haytni v0.0.1 API Reference

Modules

Documentation for Haytni

This is a base plugin as it handles basic informations of a user (which are email and hashed password) and their authentification

This plugin ensure that email addresses given by users are valid by sending them an email containing an unique token that they have to return back in order to really be able to use (unlock) their account

This plugin locks an account after a specified number of failed sign-in attempts. User can unlock its account via email or after a specified time period

Defines a plugin to be used by Haytni

This plugin allows the user to reset its password if he forgot it. To do so, its email addresse (default) is asked to him then an unique token is generated and send to its mailbox. This mail contains a link to activate where a new password will be requested to override the previous one

This plugin allows the user to register and edit their registration

This plugin makes artificialy last user’s authentification by creating a cookie which stores a token for remembering the user

Contains shared stuffs between Haytni base plugins

Mix Tasks