I have installed the module and everything is working great except the message, which will not display on the user login page. I have check to make sure the module was enabled and I customized the message. I also have checked the settings/error-reporting to insure the module is included. These two issues were reported previously and apparently the installation of the current version now defaults these correctly.
I have a custom user-login.tpl.php, in which I render the form (i.e. print drupal_render($form);). Not sure if this is causing the problem or not. Other messages, like validation failures, display fine.
In case it helps, you can see the rendered page with this link: http://alpha.grouvia.com/inbox
Comments
Comment #1
christefano commentedConfirmed with Atrium 1.0-beta5. I've started using custom PHP with CustomError to redirect and display a message instead.
Comment #2
AaronCollier commentedSee #536808: Allow administrators to change text of user/login. If you apply the version from CVS, the message displays. At least on a fresh install; I haven't tried with a custom user-login.tpl.php.