Giter Site home page Giter Site logo

casino-play's People

Contributors

raphaelbauer avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

casino-play's Issues

Error trying to register

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:
if (Casino.doesUserExist(email)) {
60:
hasErrors = true;
61:

62:
}
63:
}
64:

65:
// save or display error

Integration with SecureSocial

Hi,

thanks for providing this module. I think it would be a great idea to have the ability to use Casino and SecureSocial together - maybe it would even make sense to merge the two modules?!

Greets,
Jan.

casino-play not working in Google app engine

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 combination of removing JPA and siena and keeping both in the configuration,
The wiki does not explain how to configure for GAE.

AfterUserCreationHook

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 page contains those fields. But then I got stuck and don't know how I can do that. I don't know if using AfterUserCreationHook for this is a good approach or not. Could you please tell me the best way to achieve that?

Thank you very much,
Tim

Why casino.Registration.confirm() be called automatically after registrationFinish() being called.

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 user click the link in his email, an error will show to him. this happened in tomcate of linux.
but in tomcate of windows, my code work correctly.

do you any suggestion?

thanks!

How to get started

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 from the cloned repo to $PLAY_HOME/modules/casino-1.1 ($PLAY_HOME/modules/casinojpa-1.1 respectively) and afterwards added - play -> casinojpa-1.1 to my dependencies.yml.

Running play install casinojpa-1.1 told me No module found 'casinojpa-1.1', and play dependencies did not mention casinojpa either.

Can you provide some hints what's needed for getting started?

Thanx && cheers,
Martin

customize views

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 you want."

I am not sure how if I should update the views within casino module or creating a new view in my project.

Please help.

Thanks,
Tim

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.