Casino! – user management for the game! frames
This project provides a simple method to integrate user registration and password recovery into your project.
The cool thing is that it is based on the play security concept. Therefore, we are not reinventing
the wheel, but simply adding something new.
Features
Registration of new users
Sending an email to register for email confirmation
Password recovery if the user has lost the password
Views are fully customizable
reCAPTCHA protection from bots
Log in using a different URL (for example. login/registration via https, the rest of the application is processed via http)
Easy management of arbitrary roles
AfterUserCreationHook => do something when the user is created
Built-in support for Siena ORM (casinosiena dependency) and JPA (casinojpa module)
You can use your own custom model with any ORM you like
Built-in bcrypt support for password hashing
Getting started