casino-play icon indicating copy to clipboard operation
casino-play copied to clipboard

User management for Play! framework (authentication, registration, password management)

Results 11 casino-play issues
Sort by recently updated
recently updated
newest added

hi,raphaelbauer I'm use casino-play in my code. the issue is when the user finished registrating in UI, casino.Registration.confirm() method will be called automatically, the confirmation_code will be cleared. so when...

Hi, I would like to know if I can disable the recaptcha check on this casino module. The module is very helpful for my projects so far. Thanks,

The recover e-mail can be used multiple times. This fix should revoke the original recover e-mail after the user changes his password successfully.

Hi there, I am trying to add a full name input field and user avatar as part of registration process. I was thinking about using AfterUserCreationHook to render a new...

Hi, Could you tell me how I can customize the register form? On the instruction you indicated this "Simply copy the directory structure of app/views/casino and style them the way...

I tried deploying casino-test in GAE, it throws many exception whenever I fix one thing. I changed the app-engine for application id. I included the threadsafe tag. I tried many...

Hi, thanks for providing this module. I think it would be a great idea to have the ability to use Casino and [SecureSocial](/jaliss/securesocial) together - maybe it would even make...

Hi, I'm just starting with play and want to use casino-play for user registration etc. Unfortunately, adding the module to my project does not work. I symlinked casino or casinojpa...

Execution exception ExceptionInInitializerError occured : null In /app/controllers/casino/Registration.java (around line 59) 55: 56: // check if user exists and don't allow to register user: 57: if (!hasErrors) { 58: 59:...