We are using loggintobbogan and it shows a message on the 403 page with the login box. We tried to change Access Denied to "our message" as well as the entire message underneath but neither of the strings change. Do I have this confused and the message is not considered a string

Thanks for any help anyone may have.

Comments

venusrising’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

froboy’s picture

Just for others' edification, there's a little trick to this. The text in logintoboggan.module has two spaces between the period and "You may...". If you copy the text from the browser, you're most likely getting only one space.

In order to get this to work, you need to enter "Access denied.  You may need to login below or register to access this page." in the original field (notice the double space).

P.S. See http://www.slate.com/id/2281146/pagenum/all/

benleivian’s picture

Yes! thanks for the double space tip.