if an anonymous user clicks login then after the redirection to the login form the message "login?destination...." is printed on the form.
You can also see it at http://www.renmenbi.com/.

Comments

tic2000’s picture

Status: Active » Closed (fixed)

Did you ever tried this module on another site? That message ONLY appears on renmenbi.com cause it's a site in development and sometime I want some "feedback". That message it's not drupalit related.

tic2000’s picture

Actually it seems it has nothing to do with renmenbi development, but with drupal core. If I use the proper function to generate link l(), the link is url encoded and the user module (which is core) thinks that I pass some arguments to one of it's paths and outputs that as a message.
The solution is not to use l() in this case, and I will do that in the next release.