Modifying the message is a little trickier as normally accounts are active from moment created. If you have a more complicated signup process, you'll need to modify the lifecycle for one. Then if you're denying access until say the account is verified, you'll need to make a filter for that. You can make it redirect to a specify page based on user status with a before_filter in the application controller.
On Aug 2, 3: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? > > Thanks > > Pete -- 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.
