-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot install spud-security through BuildConfig.groovy #1
Comments
Hmm sounds like something with spring security. Check the grails spring security core plugin page and there is a mavenRepo you may need to add to your repositories list Sent from my iPhone
|
Thansk! Ok I added To my BuildConfig.groovy and Spring security 0.4.0 successfully installed (0.4.1 failed) Yet, when I try to access my app, it redirects me to a user login and when I try to submit anything it says it is wrong username/password. I cannot navigate anywhere else in the app. How could I fix this? |
Well that's odd 0.4.0 was a bad build 0.4.1 should work though let me look into the cause. This is a fresh grails app right? Sent from my iPhone
|
I just did a fresh grails create-app and added spud-security:0.4.1 and spud-cms:0.4.3 and added the mavenrepo discussed. And it works. Now since you ran 0.4.0 the user record is probably bad. there is a table called spud_user. Delete the newly created user. |
Hello,
I am trying to install your plugin through my project. I have added these two lines to my plugins{}
But I cannot get my application to run. I have included the error message below. Could you please help me?
Thanks,
Alan.
The text was updated successfully, but these errors were encountered: