Skip to content
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

image not displaying correctly #19

Open
Ymarshall opened this issue Jun 5, 2020 · 1 comment
Open

image not displaying correctly #19

Ymarshall opened this issue Jun 5, 2020 · 1 comment

Comments

@Ymarshall
Copy link

hello I work with simplecaptcha, on mamachine locally everything works well but I deployed on a tomcat server and the image no longer displays correctly.
there is no error message that could help me better understand the cause
<div class="form-group col-sm-8"> <img src="${createLink(controller: 'captcha', action: 'captcha')}"/> </div> <div class="form-group col-sm-12"> <label for="captcha"><g:message code="captcha.message" /></label> </div> <div class="form-group col-sm-2"> <g:textField name="captcha" id="captchaVal" class="form-control" onblur="verifyCaptcha();"/> </div>

@Ymarshall
Copy link
Author

this my application.yml

simpleCaptcha:
fontSize: 30
height: 200
width: 200
length: 6
bottomPadding: 16
lineSpacing: 10
chars: 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'
storeInSession: false

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant