On Mon, Aug 2, 2010 at 5:24 AM, Pete <[email protected]> wrote: > I have a quick query about user states, and the default messages that > are shown, > > I am just wondering how to edit the default messages that are shown > when an account is either inactive, > > or pending. > > i.e after a user signs up, and then immediately signs in, the site > will show 'your account is not available at this time' > > Is this message editable? - the URL points to /login, but login.dryml > doesn't seem to contain this? and I can't seem to find anything in > rapid?
This is a bit of a sharp corner in the existing implementation - the tag that's being rendered there is actually account-disabled-page, which is defined in taglibs/rapid_user_pages.dryml. You should be able to override the message by extending the tag in application.dryml. --Matt Jones -- You received this message because you are subscribed to the Google Groups "Hobo Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/hobousers?hl=en.
